| /freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| HD | blame.c | 80 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 …]
|
| HD | xml.c | 114 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 …]
|
| HD | log.c | 249 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/ |
| HD | context.c | 71 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()
|
| HD | wc_db_wcroot.c | 132 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 …]
|
| HD | wc_db_private.h | 68 apr_pool_t *state_pool; member 116 apr_pool_t *state_pool,
|
| HD | wc.h | 231 apr_pool_t *state_pool; member
|
| HD | wc_db.c | 1491 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/ |
| HD | upgrade.c | 49 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/ |
| HD | editor.c | 74 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()
|
| HD | branch.c | 423 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/ |
| HD | sqlite.c | 143 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/ |
| HD | svn_branch_impl.h | 49 apr_pool_t *state_pool; member
|