Searched refs:apr_hash_copy (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/apr/include/
H A Dapr_hash.h96 APR_DECLARE(apr_hash_t *) apr_hash_copy(apr_pool_t *pool,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dproperties.c329 apr_hash_t *props = apr_hash_copy(pool, original_props);
H A Dauth.c258 parameters = apr_hash_copy(pool, auth_baton->parameters);
H A Dconfig_file.c709 target->sections = apr_hash_copy(target->pool, target->sections);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
H A Delement.c365 element_tree->e_map = e_map ? apr_hash_copy(result_pool, e_map)
H A Dbranch_compat.c132 apr_hash_t *result = apr_hash_copy(pool, base);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c682 new_sess->capabilities = apr_hash_copy(result_pool, new_sess->capabilities);
737 new_sess->supported_posts = apr_hash_copy(result_pool,
/freebsd-13-stable/contrib/apr/tables/
H A Dapr_hash.c324 APR_DECLARE(apr_hash_t *) apr_hash_copy(apr_pool_t *pool, function
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c903 revprop_table = apr_hash_copy(pool, revprop_table);
1814 revprops = apr_hash_copy(scratch_pool, revprops);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c1242 *new_actual_props = apr_hash_copy(result_pool, actual_props);
1247 their_props = apr_hash_copy(scratch_pool, server_baseprops);
H A Dconflicts.c2524 resolve_from = apr_hash_copy(scratch_pool, actual_props);
H A Dupdate_editor.c2499 props_to_delete = apr_hash_copy(pool, base_props);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c2079 new_revprop_table = apr_hash_copy(pool, revprop_table_in);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c554 headers = apr_hash_copy(scratch_pool, extra_headers);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c636 return apr_hash_copy(pool, fs->config);

Completed in 297 milliseconds