Home
last modified time | relevance | path

Searched refs:handler_pool (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_ra_serf/
HDcommit.c207 SVN_ERR_ASSERT(handler->handler_pool != NULL); in return_response_err()
294 handler.handler_pool = scratch_pool; in checkout_node()
949 handler->handler_pool = pool; in proppatch_resource()
1385 handler->handler_pool = ctx->pool; in open_root()
1485 handler->handler_pool = ctx->pool; in open_root()
1621 handler->handler_pool = pool; in delete_entry()
1695 handler->handler_pool = dir->pool; in add_directory()
1953 handler->handler_pool = new_file->pool; in add_file()
2139 handler->handler_pool = scratch_pool; in close_file()
2171 handler->handler_pool = scratch_pool; in close_file()
[all …]
HDutil.c1259 handler->handler_pool); in svn_ra_serf__expect_empty_body()
1439 handler->handler_pool); in svn_ra_serf__handle_multistatus_only()
2057 handler->sline.reason = apr_pstrdup(handler->handler_pool, sl.reason); in handle_response()
2115 handler->handler_pool, in handle_response()
2148 handler->handler_pool); in handle_response()
2392 SVN_ERR_ASSERT_NO_RETURN(handler->handler_pool != NULL); in svn_ra_serf__request_create()
2813 handler->handler_pool = result_pool; in svn_ra_serf__create_expat_handler()
HDinherited_props.c273 handler->handler_pool = scratch_pool; in svn_ra_serf__get_inherited_props()
HDreplay.c668 handler->handler_pool = pool; in svn_ra_serf__replay()
855 handler->handler_pool = replay_ctx->src_rev_pool; in svn_ra_serf__replay_range()
HDoptions.c550 handler->handler_pool = scratch_pool; in svn_ra_serf__probe_proxy()
HDlocks.c626 handler->handler_pool = iterpool; in svn_ra_serf__unlock()
HDra_serf.h492 apr_pool_t *handler_pool; member
HDupdate.c1570 handler->handler_pool = info->dir->pool; in fetch_file()
2774 handler->handler_pool = pool; in finish_report()
3595 handler->handler_pool = pool; in svn_ra_serf__get_file()
/trueos/contrib/subversion/subversion/libsvn_delta/
HDcompat.c801 apr_pool_t *handler_pool = svn_pool_create(fb->eb->edit_pool); in ev2_apply_textdelta() local
802 struct handler_baton *hb = apr_pcalloc(handler_pool, sizeof(*hb)); in ev2_apply_textdelta()
806 apr_pool_t *scratch_pool = handler_pool; in ev2_apply_textdelta()
815 hb->source = svn_stream_empty(handler_pool); in ev2_apply_textdelta()
817 SVN_ERR(svn_stream_open_readonly(&hb->source, fb->delta_base, handler_pool, in ev2_apply_textdelta()
826 handler_pool, in ev2_apply_textdelta()
829 hb->pool = handler_pool; in ev2_apply_textdelta()
/trueos/contrib/subversion/subversion/libsvn_wc/
HDupdate_editor.c3653 apr_pool_t *handler_pool = svn_pool_create(fb->pool); in apply_textdelta() local
3654 struct handler_baton *hb = apr_pcalloc(handler_pool, sizeof(*hb)); in apply_textdelta()
3727 handler_pool); in apply_textdelta()
3731 source = svn_stream_empty(handler_pool); in apply_textdelta()
3742 handler_pool); in apply_textdelta()
3749 TRUE, handler_pool); in apply_textdelta()
3753 tb = apr_palloc(handler_pool, sizeof(struct lazy_target_baton)); in apply_textdelta()
3757 target = svn_stream_lazyopen_create(lazy_open_target, tb, TRUE, handler_pool); in apply_textdelta()
3763 handler_pool, in apply_textdelta()
3766 hb->pool = handler_pool; in apply_textdelta()