Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/apr/include/
Dapr_hash.h96 APR_DECLARE(apr_hash_t *) apr_hash_copy(apr_pool_t *pool,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dserf.c670 new_sess->capabilities = apr_hash_copy(result_pool, new_sess->capabilities); in ra_serf_dup_session()
725 new_sess->supported_posts = apr_hash_copy(result_pool, in ra_serf_dup_session()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dproperties.c328 apr_hash_t *props = apr_hash_copy(pool, original_props); in svn_prop__patch()
Dauth.c259 parameters = apr_hash_copy(pool, auth_baton->parameters); in svn_auth_first_credentials()
Dconfig_file.c527 target->sections = apr_hash_copy(target->pool, target->sections); in svn_config__shallow_replace_section()
/freebsd-10-stable/contrib/apr/tables/
Dapr_hash.c324 APR_DECLARE(apr_hash_t *) apr_hash_copy(apr_pool_t *pool, in apr_hash_copy() function
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_local/
Dra_plugin.c896 revprop_table = apr_hash_copy(pool, revprop_table); in svn_ra_local__get_commit_editor()
1791 revprops = apr_hash_copy(scratch_pool, revprops); in svn_ra_local__get_commit_ev2()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dprops.c1240 *new_actual_props = apr_hash_copy(result_pool, actual_props); in svn_wc__merge_props()
1245 their_props = apr_hash_copy(scratch_pool, server_baseprops); in svn_wc__merge_props()
Dconflicts.c2476 resolve_from = apr_hash_copy(scratch_pool, actual_props); in resolve_prop_conflict_on_node()
Dupdate_editor.c2487 props_to_delete = apr_hash_copy(pool, base_props); in close_directory()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Dcommit_util.c2058 new_revprop_table = apr_hash_copy(pool, revprop_table_in); in svn_client__ensure_revprop_table()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs/
Dfs-loader.c623 return apr_hash_copy(pool, fs->config); in svn_fs_config()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
Ddump.c526 headers = apr_hash_copy(scratch_pool, extra_headers); in svn_repos__dump_revision_record()