Home
last modified time | relevance | path

Searched refs:state_pool (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
HDblame.c80 apr_pool_t *state_pool; /* put property stuff in here */ member
128 apr_pool_t *state_pool = svn_ra_serf__xml_state_pool(xes); in blame_opened() local
131 blame_ctx->rev_props = apr_hash_make(state_pool); in blame_opened()
132 blame_ctx->prop_diffs = apr_array_make(state_pool, in blame_opened()
134 blame_ctx->state_pool = state_pool; in blame_opened()
141 apr_pool_t *state_pool = svn_ra_serf__xml_state_pool(xes); in blame_opened() local
162 state_pool)); in blame_opened()
167 state_pool), in blame_opened()
168 state_pool); in blame_opened()
225 name = apr_pstrdup(blame_ctx->state_pool, in blame_closed()
[all …]
HDxml.c114 apr_pool_t *state_pool; member
451 while (xes->state_pool == NULL) in xes_pool()
453 return xes->state_pool; in xes_pool()
460 if (xes->state_pool == NULL) in ensure_pool()
461 xes->state_pool = svn_pool_create(xes_pool(xes)); in ensure_pool()
473 return xes->state_pool; in lazy_create_pool()
548 xes->state_pool = result_pool; in svn_ra_serf__xml_context_create()
564 pool = xes->state_pool; in svn_ra_serf__xml_gather_since()
613 scan->attrs = apr_hash_make(scan->state_pool); in svn_ra_serf__xml_note()
619 apr_pstrdup(scan->state_pool, name), in svn_ra_serf__xml_note()
[all …]
HDlog.c249 apr_pool_t *state_pool = svn_ra_serf__xml_state_pool(xes); in log_opened() local
251 log_ctx->collect_revprops = apr_hash_make(state_pool); in log_opened()
252 log_ctx->collect_paths = apr_hash_make(state_pool); in log_opened()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
HDcontext.c71 ctx->state_pool = result_pool; in svn_wc_context_create()
73 FALSE, TRUE, ctx->state_pool, scratch_pool)); in svn_wc_context_create()
96 ctx->state_pool = result_pool; in svn_wc__context_create_with_db()
113 apr_pool_cleanup_run(wc_ctx->state_pool, wc_ctx, close_ctx_apr); in svn_wc_context_destroy()
HDwc_db_wcroot.c132 db->state_pool); in get_path_kind()
236 (*db)->state_pool = result_pool; in svn_wc__db_open()
273 apr_pool_t *scratch_pool = db->state_pool; in svn_wc__db_close()
292 return svn_error_trace(svn_wc__db_close_many_wcroots(roots, db->state_pool, in svn_wc__db_close()
392 apr_pool_t *state_pool, in svn_wc__db_close_many_wcroots() argument
402 result = apr_pool_cleanup_run(state_pool, wcroot, close_wcroot); in svn_wc__db_close_many_wcroots()
645 db->state_pool, scratch_pool); in svn_wc__db_wcroot_parse_local_abspath()
772 apr_pstrdup(db->state_pool, in svn_wc__db_wcroot_parse_local_abspath()
778 db->state_pool, scratch_pool); in svn_wc__db_wcroot_parse_local_abspath()
847 apr_pstrdup(db->state_pool, in svn_wc__db_wcroot_parse_local_abspath()
[all …]
HDwc_db_private.h68 apr_pool_t *state_pool; member
116 apr_pool_t *state_pool,
HDwc.h231 apr_pool_t *state_pool; member
HDwc_db.c1491 db->state_pool, scratch_pool)); in svn_wc__db_init()
1495 apr_pstrdup(db->state_pool, local_abspath), in svn_wc__db_init()
1498 db->state_pool, scratch_pool)); in svn_wc__db_init()
13337 wc_db->state_pool, scratch_pool)); in svn_wc__db_upgrade_begin()
13340 apr_pstrdup(wc_db->state_pool, in svn_wc__db_upgrade_begin()
13344 wc_db->state_pool, scratch_pool)); in svn_wc__db_upgrade_begin()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
HDupgrade.c49 apr_pool_t *state_pool; member
79 ri->last_repos = apr_pstrdup(ri->state_pool, *repos_root); in fetch_repos_info()
80 ri->last_uuid = apr_pstrdup(ri->state_pool, *repos_uuid); in fetch_repos_info()
104 info_baton.state_pool = scratch_pool; in svn_client_upgrade()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
HDeditor.c74 apr_pool_t *state_pool; member
117 apr_pstrdup((editor)->state_pool, relpath), value)
279 (*editor)->state_pool = result_pool; in svn_editor_create()
495 editor->state_pool); in svn_editor_add_directory()
656 editor->state_pool); in svn_editor_alter_directory()
HDbranch.c423 txn->vtable->vpriv.state_pool = result_pool; in svn_branch__txn_create()
1317 b->vtable->vpriv.state_pool = result_pool; in svn_branch__state_create()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
HDsqlite.c143 apr_pool_t *state_pool; member
278 db->state_pool)); in svn_sqlite__get_statement()
303 db->state_pool)); in get_internal_statement()
1218 (*db)->state_pool = result_pool; in svn_sqlite__open()
1227 apr_status_t result = apr_pool_cleanup_run(db->state_pool, db, close_apr); in svn_sqlite__close()
1555 struct function_wrapper_baton_t *fwb = apr_pcalloc(db->state_pool, in svn_sqlite__create_scalar_function()
/freebsd-11-stable/contrib/subversion/subversion/include/private/
HDsvn_branch_impl.h49 apr_pool_t *state_pool; member