Searched refs:apr_hash_make (Results 76 - 100 of 171) sorted by relevance

1234567

/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dstatus-cmd.c278 apr_hash_t *master_cl_hash = apr_hash_make(scratch_pool);
H A Dshelf-cmd.c95 apr_hash_t *targets_by_wcroot = apr_hash_make(result_pool);
538 revprop_table = apr_hash_make(scratch_pool);
1016 apr_hash_t *paths_to_shelf_name = apr_hash_make(scratch_pool);
H A Dshelf2-cmd.c95 apr_hash_t *targets_by_wcroot = apr_hash_make(result_pool);
538 revprop_table = apr_hash_make(scratch_pool);
1016 apr_hash_t *paths_to_shelf_name = apr_hash_make(scratch_pool);
H A Dpropget-cmd.c214 apr_hash_t *hash = apr_hash_make(scratch_pool);
H A Dstatus.c493 att_hash = apr_hash_make(pool);
/freebsd-13-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c355 rb->revprop_table = apr_hash_make(rb->pool);
380 nb->prop_changes = apr_hash_make(rb->pool);
1006 *props = apr_hash_make(result_pool);
1142 parse_baton->rev_map = apr_hash_make(pool);
/freebsd-13-stable/contrib/apr-util/crypto/
H A Dapr_crypto.c111 drivers = apr_hash_make(pool);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c315 apr_hash_t *locations = apr_hash_make(pool);
709 last_props = apr_hash_make(lastpool);
899 apr_hash_t *final_hash = apr_hash_make(result_pool);
H A Ddeprecated.c234 apr_hash_t *revprop_table = apr_hash_make(pool);
H A Dwrapper_template.h163 apr_hash_t *revprop_table = apr_hash_make(pool);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_ops.c103 prophash = apr_hash_make(result_pool);
123 q->wc_queues = apr_hash_make(pool);
679 apr_hash_make(scratch_pool),
H A Dupdate_editor.c615 d->not_present_nodes = apr_hash_make(dir_pool);
1759 pb->deletion_conflicts = apr_hash_make(pb->pool);
2467 actual_props = apr_hash_make(pool);
2484 base_props = apr_hash_make(pool);
2565 actual_props = apr_hash_make(scratch_pool);
4323 local_actual_props = apr_hash_make(scratch_pool);
4345 current_base_props = apr_hash_make(scratch_pool);
4349 current_actual_props = apr_hash_make(scratch_pool);
4488 fake_actual_props = apr_hash_make(scratch_pool);
4981 eb->skipped_trees = apr_hash_make(edit_poo
[all...]
H A Dinfo.c466 fe_baton.tree_conflicts = apr_hash_make(scratch_pool);
H A Dutil.c466 *props = apr_hash_make(result_pool);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c268 change->props = apr_hash_make(eb->edit_pool);
401 props = apr_hash_make(scratch_pool);
1009 eb->changes = apr_hash_make(pool);
1534 old_props = apr_hash_make(iterpool);
1935 eb->changes = apr_hash_make(result_pool);
H A Dbranch_nested.c191 subtree->subbranches = apr_hash_make(result_pool);
H A Delement.c366 : apr_hash_make(result_pool);
/freebsd-13-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1436 apr_hash_t *targets = apr_hash_make(subpool);
1532 revprop_table = apr_hash_make(pool);
3045 apr_hash_t *targets = apr_hash_make(pool);
3046 apr_hash_t *authz_results = apr_hash_make(pool);
3116 lmb.results = apr_hash_make(pool);
3235 apr_hash_t *targets = apr_hash_make(pool);
3236 apr_hash_t *authz_results = apr_hash_make(pool);
3302 lmb.results = apr_hash_make(pool);
4118 *props = apr_hash_make(result_pool);
4448 apr_hash_t *cmd_hash = apr_hash_make(poo
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c1206 left_props = copyfrom_props ? copyfrom_props : apr_hash_make(scratch_pool);
1216 left_props = apr_hash_make(scratch_pool);
1311 SVN_ERR(svn_prop_diffs(&prop_changes, apr_hash_make(scratch_pool),
1373 : apr_hash_make(scratch_pool);
1377 left_props = apr_hash_make(scratch_pool);
1411 right_props = apr_hash_make(scratch_pool);
H A Dlist.c332 externals = apr_hash_make(pool);
H A Dimport.c256 properties = apr_hash_make(pool);
846 apr_hash_t *excludes = apr_hash_make(scratch_pool);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c220 prefixed_mergeinfo = apr_hash_make(pool);
261 svn_mergeinfo_t final_mergeinfo = apr_hash_make(subpool);
1261 pb->rev_map = apr_hash_make(pool);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Denv.c383 bdb_cache = apr_hash_make(bdb_cache_pool);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c422 apr_hash_t *targets = apr_hash_make(subpool);
1371 *dirents = apr_hash_make(pool);
1516 apr_hash_t *targets = apr_hash_make(pool);
1566 apr_hash_t *targets = apr_hash_make(pool);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-inprocess.c664 cache->hash = apr_hash_make(pool);

Completed in 388 milliseconds

1234567