Searched refs:apr_hash_t (Results 126 - 150 of 347) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlog.c88 apr_hash_t *collect_revprops;
89 apr_hash_t *collect_paths;
157 collect_revprop(apr_hash_t *revprops,
193 collect_path(apr_hash_t *paths,
196 apr_hash_t *attrs)
265 apr_hash_t *attrs,
H A Dstat.c62 apr_hash_t *props;
96 apr_hash_t *dav_props;
311 apr_hash_t *dirents;
312 apr_hash_t *ret_props;
410 apr_hash_t **dirents,
412 apr_hash_t **ret_props,
H A Dmerge.c82 apr_hash_t *lock_tokens;
158 apr_hash_t *attrs,
297 svn_ra_serf__merge_lock_token_list(apr_hash_t *lock_tokens,
404 apr_hash_t *lock_tokens,
H A Dblame.c79 apr_hash_t *rev_props;
143 apr_hash_t *gathered = svn_ra_serf__xml_gather_since(xes, FILE_REV);
182 apr_hash_t *attrs,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c87 hash_store(apr_hash_t *hash,
106 hash_fetch(apr_hash_t *hash,
168 write_digest_file(apr_hash_t *children,
178 apr_hash_t *hash = apr_hash_make(pool);
246 read_digest_file(apr_hash_t **children_p,
254 apr_hash_t *hash;
353 apr_hash_t *children;
389 apr_hash_t *children;
425 apr_hash_t *children;
552 apr_hash_t *childre
[all...]
H A Dcached_data.h165 /* Set *PROPLIST to be an apr_hash_t containing the property list of
169 svn_fs_fs__get_proplist(apr_hash_t **proplist,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c88 hash_store(apr_hash_t *hash,
107 hash_fetch(apr_hash_t *hash,
170 write_digest_file(apr_hash_t *children,
180 apr_hash_t *hash = apr_hash_make(scratch_pool);
260 read_digest_file(apr_hash_t **children_p,
268 apr_hash_t *hash;
367 apr_hash_t *children;
405 apr_hash_t *children;
443 apr_hash_t *children;
572 apr_hash_t *childre
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c81 apr_hash_t *rev_map;
135 set_revision_mapping(apr_hash_t *rev_map,
150 get_revision_mapping(apr_hash_t *rev_map,
216 apr_hash_t *prefixed_mergeinfo, *mergeinfo;
254 apr_hash_t *rev_map,
377 apr_hash_t *headers,
469 make_revision_baton(apr_hash_t *headers,
497 apr_hash_t *headers,
669 apr_hash_t *headers,
770 apr_hash_t *rev_ma
[all...]
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_mergeinfo.h123 * typedefs for @c apr_hash_t *; there is no static type-checking, and
124 * you still use standard @c apr_hash_t functions to interact with
142 typedef apr_hash_t *svn_mergeinfo_t;
150 typedef apr_hash_t *svn_mergeinfo_catalog_t;
H A Dsvn_auth.h113 apr_hash_t *parameters,
131 apr_hash_t *parameters,
149 apr_hash_t *parameters,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dra_svn.h115 apr_hash_t *capabilities;
160 apr_hash_t *config;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dauth.c105 apr_hash_t *tables;
111 apr_hash_t *parameters;
112 apr_hash_t *slave_parameters;
115 apr_hash_t *creds_cache;
128 apr_hash_t *parameters;
175 /* Magic pointer value to allow storing 'NULL' in an apr_hash_t */
242 apr_hash_t *parameters;
735 apr_hash_t *config,
891 apr_hash_t *parameters,
H A Ddebug.c125 svn_dbg__print_props(apr_hash_t *props,
H A Dmagic.c69 apr_hash_t *config,
H A Dsubst.c111 apr_hash_t *keywords,
283 build_keywords(apr_hash_t **kw,
395 svn_subst_build_keywords2(apr_hash_t **kw,
409 svn_subst_build_keywords3(apr_hash_t **kw,
608 apr_hash_t *keywords)
645 apr_hash_t *keywords)
830 svn_subst_keywords_differ2(apr_hash_t *a,
831 apr_hash_t *b,
876 apr_hash_t *keywords;
921 apr_hash_t *keyword
[all...]
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_crypto.h281 APU_DECLARE(apr_status_t) apr_crypto_get_block_key_types(apr_hash_t **types,
293 APU_DECLARE(apr_status_t) apr_crypto_get_block_key_modes(apr_hash_t **modes,
H A Dapr_memcache.h265 apr_hash_t **values);
280 apr_hash_t *values);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c205 apr_hash_t *lock_tokens,
378 apr_hash_t *lock_tokens;
382 apr_hash_t *changelists;
383 apr_hash_t *danglers;
404 apr_hash_t *lock_tokens,
408 apr_hash_t *changelists,
409 apr_hash_t *danglers,
575 apr_hash_t *changelists = baton->changelists;
888 apr_hash_t *local_relpath_tokens;
923 apr_hash_t *dangler
[all...]
H A Dctx.c100 apr_hash_t *cfg_hash,
/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dblame-cmd.c62 apr_hash_t *rev_props,
64 apr_hash_t *merged_rev_props,
176 apr_hash_t *rev_props,
178 apr_hash_t *merged_rev_props,
/freebsd-13-stable/contrib/subversion/subversion/svnserve/
H A Dserver.h133 apr_hash_t *fs_config;
/freebsd-13-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c71 #define s_phOptionalHooks ((apr_hash_t *)(apd->gs_phOptionalHooks))
72 #define s_phOptionalFunctions ((apr_hash_t *)(apd->gs_phOptionalFunctions))
261 static apr_hash_t *s_phOptionalHooks;
262 static apr_hash_t *s_phOptionalFunctions;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Ddag.h147 svn_error_t *svn_fs_base__dag_get_proplist(apr_hash_t **proplist_p,
156 const apr_hash_t *proplist,
315 svn_error_t *svn_fs_base__dag_dir_entries(apr_hash_t **entries_p,
H A Drevs-txns.c178 apr_hash_t **table_p;
196 svn_fs_base__revision_proplist(apr_hash_t **table_p,
204 apr_hash_t *table;
228 apr_hash_t *table;
476 apr_hash_t **table_p;
498 svn_fs_base__txn_proplist_in_trail(apr_hash_t **table_p,
503 apr_hash_t *table;
516 svn_fs_base__txn_proplist(apr_hash_t **table_p,
521 apr_hash_t *table;
543 apr_hash_t *tabl
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_util/
H A Dfs-util.c270 apr_hash_t *config,
315 svn_fs__prop_lists_equal(apr_hash_t *a,
316 apr_hash_t *b,

Completed in 198 milliseconds

1234567891011>>