Searched refs:apr_hash_index_t (Results 1 - 25 of 130) sorted by relevance

123456

/freebsd-13-stable/contrib/apr/include/
H A Dapr_hash.h57 typedef struct apr_hash_index_t apr_hash_index_t; typedef in typeref:struct:apr_hash_index_t
123 * @param p The pool to allocate the apr_hash_index_t iterator. If this
137 * apr_hash_index_t *hi;
148 APR_DECLARE(apr_hash_index_t *) apr_hash_first(apr_pool_t *p, apr_hash_t *ht);
156 APR_DECLARE(apr_hash_index_t *) apr_hash_next(apr_hash_index_t *hi);
167 APR_DECLARE(void) apr_hash_this(apr_hash_index_t *hi, const void **key,
175 APR_DECLARE(const void*) apr_hash_this_key(apr_hash_index_t *hi);
182 APR_DECLARE(apr_ssize_t) apr_hash_this_key_len(apr_hash_index_t *h
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Diter.c148 const void *apr_hash_this_key(apr_hash_index_t *hi)
152 apr_hash_this((apr_hash_index_t *)hi, &key, NULL, NULL);
156 apr_ssize_t apr_hash_this_key_len(apr_hash_index_t *hi)
160 apr_hash_this((apr_hash_index_t *)hi, NULL, &klen, NULL);
164 void *apr_hash_this_val(apr_hash_index_t *hi)
168 apr_hash_this((apr_hash_index_t *)hi, NULL, NULL, &val);
H A Ddebug.c132 apr_hash_index_t *hi;
H A Dproperties.c134 apr_hash_index_t *hi;
254 apr_hash_index_t *hi;
382 apr_hash_index_t *hi;
407 apr_hash_index_t *hi;
H A Dconfig.c381 apr_hash_index_t *sec_ndx;
387 apr_hash_index_t *opt_ndx;
1021 apr_hash_index_t *sec_ndx;
1049 apr_hash_index_t *sec_ndx;
1078 apr_hash_index_t *opt_ndx;
1112 apr_hash_index_t *opt_ndx;
1212 apr_hash_index_t *sectidx;
1213 apr_hash_index_t *optidx;
1271 apr_hash_index_t *cidx;
1356 apr_hash_index_t *section_
[all...]
H A Dmergeinfo.c1213 apr_hash_index_t *hi;
1628 apr_hash_index_t *hi;
1708 apr_hash_index_t *hi;
1814 apr_hash_index_t *hi;
1949 apr_hash_index_t *hi;
1964 apr_hash_index_t *hi;
1981 apr_hash_index_t *hi;
2001 apr_hash_index_t *hi;
2026 apr_hash_index_t *hi;
2110 apr_hash_index_t *h
[all...]
H A Dobject_pool.c118 apr_hash_index_t *hi;
/freebsd-13-stable/contrib/subversion/subversion/svnrdump/
H A Dutil.c35 apr_hash_index_t *hi;
/freebsd-13-stable/contrib/apr/tables/
H A Dapr_hash.c62 struct apr_hash_index_t { struct
78 apr_hash_index_t iterator; /* For apr_hash_first(NULL, ...) */
127 APR_DECLARE(apr_hash_index_t *) apr_hash_next(apr_hash_index_t *hi)
140 APR_DECLARE(apr_hash_index_t *) apr_hash_first(apr_pool_t *p, apr_hash_t *ht)
142 apr_hash_index_t *hi;
155 APR_DECLARE(void) apr_hash_this(apr_hash_index_t *hi,
165 APR_DECLARE(const void *) apr_hash_this_key(apr_hash_index_t *hi)
173 APR_DECLARE(apr_ssize_t) apr_hash_this_key_len(apr_hash_index_t *hi)
181 APR_DECLARE(void *) apr_hash_this_val(apr_hash_index_t *h
[all...]
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h274 apr_hash_this_key(apr_hash_index_t *hi);
278 apr_hash_this_key_len(apr_hash_index_t *hi);
282 apr_hash_this_val(apr_hash_index_t *hi);
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_element.h57 svn_eid__hash_this_key(apr_hash_index_t *hi);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dupgrade.c129 apr_hash_index_t *hi;
306 apr_hash_index_t *hi;
H A Diprops.c141 apr_hash_index_t *hi;
H A Drelocate.c143 apr_hash_index_t *hi;
H A Ddelete.c297 apr_hash_index_t *hi;
535 apr_hash_index_t *hi;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_util/
H A Dfs-util.c236 apr_hash_index_t *hi;
319 apr_hash_index_t *hi;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_nested.c135 apr_hash_index_t *hi;
264 apr_hash_index_t *hi;
289 apr_hash_index_t *hi;
H A Dbranch_compat.c95 apr_hash_index_t *hi;
133 apr_hash_index_t *hi;
507 apr_hash_index_t *hi;
676 apr_hash_index_t *hi;
1261 apr_hash_index_t *hi;
1405 apr_hash_index_t *hi;
1613 apr_hash_index_t *hi;
H A Dbranch.c465 apr_hash_index_t *hi;
633 apr_hash_index_t *hi;
858 apr_hash_index_t *hi;
1074 apr_hash_index_t *hi;
1120 apr_hash_index_t *hi;
1173 apr_hash_index_t *hi;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.c310 apr_hash_index_t *hi;
495 apr_hash_index_t *hi;
H A Dlock.c179 apr_hash_index_t *hi;
571 apr_hash_index_t *hi;
870 apr_hash_index_t *hi;
1023 apr_hash_index_t *hi;
1137 apr_hash_index_t *hi;
1237 apr_hash_index_t *hi;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dproperty.c308 apr_hash_index_t *hi_ns;
323 apr_hash_index_t *hi_prop;
915 apr_hash_index_t *hi;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_wcroot.c276 apr_hash_index_t *hi;
396 apr_hash_index_t *hi;
993 apr_hash_index_t *hi;
/freebsd-13-stable/contrib/apr-util/test/
H A Dtestmemcache.c312 apr_hash_index_t *hi;
424 apr_hash_index_t *hi;
491 apr_hash_index_t *hi;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c177 apr_hash_index_t *hi;
551 apr_hash_index_t *hi;
849 apr_hash_index_t *hi;
1001 apr_hash_index_t *hi;
1115 apr_hash_index_t *hi;
1215 apr_hash_index_t *hi;

Completed in 165 milliseconds

123456