Searched refs:apr_hash_make (Results 1 - 25 of 171) sorted by relevance

1234567

/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dblncache.c102 blncache->revnum_to_bc = apr_hash_make(cache_pool);
103 blncache->baseline_info = apr_hash_make(cache_pool);
128 blncache->revnum_to_bc = apr_hash_make(cache_pool);
129 blncache->baseline_info = apr_hash_make(cache_pool);
H A Dgetlocations.c177 loc_ctx->paths = apr_hash_make(loc_ctx->pool);
H A Dmergeinfo.c211 mergeinfo_ctx->result_catalog = apr_hash_make(pool);
H A Dproperty.c167 ctx->ps_props = apr_hash_make(svn_ra_serf__xml_state_pool(xes));
183 props = apr_hash_make(result_pool);
556 props = apr_hash_make(result_pool);
580 props = apr_hash_make(result_pool);
/freebsd-13-stable/contrib/subversion/subversion/svnrdump/
H A Dutil.c38 *normal_props = apr_hash_make(result_pool);
H A Ddump_editor.c126 *props = apr_hash_make(result_pool);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs/
H A Daccess.c49 ac->lock_tokens = apr_hash_make(pool);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddso.c61 dso_cache = apr_hash_make(dso_pool);
H A Dconfig_auth.c99 *hash = apr_hash_make(pool);
238 creds_hash = apr_hash_make(itempool);
H A Dxml.c635 apr_hash_t *ht = apr_hash_make(pool);
651 apr_hash_t *ht = apr_hash_make(pool);
H A Dauth.c144 ab->tables = apr_hash_make(pool);
145 ab->parameters = apr_hash_make(pool);
147 ab->creds_cache = apr_hash_make(pool);
754 ab->slave_parameters = apr_hash_make(result_pool);
H A Dssl_server_trust_providers.c121 creds_hash = apr_hash_make(pool);
H A Dusername_providers.c124 creds_hash = apr_hash_make(pool);
/freebsd-13-stable/contrib/apr/include/
H A Dapr_hash.h78 APR_DECLARE(apr_hash_t *) apr_hash_make(apr_pool_t *pool);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dlocking_commands.c249 apr_hash_t *rel_targets_ret = apr_hash_make(result_pool);
251 apr_hash_t *wc_info = apr_hash_make(scratch_pool);
293 apr_hash_t *wcroot_target = apr_hash_make(scratch_pool);
408 rel_fs_paths = apr_hash_make(result_pool);
H A Ddiff_local.c77 *props = apr_hash_make(result_pool);
165 left_dirents = apr_hash_make(scratch_pool);
172 left_dirents = apr_hash_make(scratch_pool);
183 right_dirents = apr_hash_make(scratch_pool);
190 right_dirents = apr_hash_make(scratch_pool);
H A Dutil.c370 *props = apr_hash_make(result_pool);
379 *props = apr_hash_make(result_pool);
463 scb->relpath_map = apr_hash_make(result_pool);
H A Diprops.c144 *wcroot_iprops = apr_hash_make(result_pool);
H A Dswitch.c247 wcroot_iprops = apr_hash_make(pool);
414 = ctx->conflict_func2 ? apr_hash_make(pool) : NULL;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c189 apr_hash_t *revprop_table = apr_hash_make(pool);
520 *table_p = apr_hash_make(pool);
530 *table_p = apr_hash_make(pool);
598 apr_hash_t *pre_targets = apr_hash_make(scratch_pool);
720 apr_hash_t *targets = apr_hash_make(pool);
757 apr_hash_t *pre_targets = apr_hash_make(scratch_pool);
846 apr_hash_t *targets = apr_hash_make(pool);
910 apr_hash_t *all_locks = apr_hash_make(pool);
1094 parent_properties = apr_hash_make(result_pool);
H A Ddump_editor.c54 *normal_props = apr_hash_make(result_pool);
215 new_db->props = apr_hash_make(pool);
216 new_db->deleted_props = apr_hash_make(pool);
217 new_db->deleted_entries = apr_hash_make(pool);
237 new_fb->props = apr_hash_make(pool);
238 new_fb->deleted_props = apr_hash_make(pool);
484 apr_hash_make(pool), apr_hash_make(pool),
/freebsd-13-stable/contrib/apr-util/misc/
H A Dapu_dso.c95 dsos = apr_hash_make(pool);
/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dcl-conflicts.c381 apr_hash_t *att_hash = apr_hash_make(pool);
409 apr_hash_t *att_hash = apr_hash_make(pool);
504 att_hash = apr_hash_make(scratch_pool);
/freebsd-13-stable/contrib/apr-util/test/
H A Dtestmemcache.c325 tdata = apr_hash_make(p);
436 values = apr_hash_make(p);
437 tdata = apr_hash_make(p);
504 tdata = apr_hash_make(pool);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchanges-table.c290 apr_hash_t *changes = apr_hash_make(pool);
293 apr_hash_t *deletions = apr_hash_make(subpool);

Completed in 136 milliseconds

1234567