Searched refs:apr_hash_next (Results 76 - 100 of 127) sorted by relevance

123456

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c1604 for (hi = apr_hash_first(pool, table); hi; hi = apr_hash_next(hi))
1644 for (hi = apr_hash_first(scratch_pool, entries); hi; hi = apr_hash_next(hi))
1807 for (hi = apr_hash_first(pool, entries); hi; hi = apr_hash_next(hi))
2290 hi = apr_hash_next(hi))
2418 hi = apr_hash_next(hi))
2588 for (hi = apr_hash_first(pool, changes); hi; hi = apr_hash_next(hi))
5130 for (hi = apr_hash_first(trail->pool, entries); hi; hi = apr_hash_next(hi))
5254 hi = apr_hash_next(hi))
H A Ddag.c320 for (hi = apr_hash_first(pool, entries); hi; hi = apr_hash_next(hi))
1031 hi = apr_hash_next(hi))
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c1258 hi = apr_hash_next(hi))
1390 hi = apr_hash_next(hi))
2749 hash_index = apr_hash_next(hash_index))
2882 hash_index = apr_hash_next(hash_index))
3387 hi = apr_hash_next(hi))
H A Dcommit_util.c898 hi = apr_hash_next(hi))
1257 for (hi = apr_hash_first(scratch_pool, danglers); hi; hi = apr_hash_next(hi))
1910 hi = apr_hash_next(hi))
H A Dexport.c1273 for (hi = apr_hash_first(scratch_pool, props); hi; hi = apr_hash_next(hi))
1547 hi = apr_hash_next(hi))
H A Dra.c958 for (hi = apr_hash_first(scratch_pool, history1); hi; hi = apr_hash_next(hi))
H A Drepos_diff.c581 hi = apr_hash_next(hi))
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c1069 hi; hi = apr_hash_next(hi))
1254 hi = apr_hash_next(hi))
1578 hi = apr_hash_next(hi))
H A Dauthz.c611 hi = apr_hash_next(hi))
769 hi = apr_hash_next(hi))
H A Dreporter.c606 for (hi = apr_hash_first(pool, t_props); hi; hi = apr_hash_next(hi))
1268 hi = apr_hash_next(hi))
/freebsd-12-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c517 hi = apr_hash_next(hi))
561 for (hi = apr_hash_first(pool, props); hi ; hi = apr_hash_next(hi))
608 for (hi = apr_hash_first(pool, rev_props); hi; hi = apr_hash_next(hi))
H A Dsync.c196 hi = apr_hash_next(hi))
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dxml.c577 hi = apr_hash_next(hi))
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dauth.c262 hi = apr_hash_next(hi))
H A Dsubst.c851 for (hi = apr_hash_first(pool, a); hi; hi = apr_hash_next(hi))
1511 hi; hi = apr_hash_next(hi))
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c444 hi = apr_hash_next(hi))
H A Dconflicts.c480 hi = apr_hash_next(hi))
1953 hi = apr_hash_next(hi))
2174 hi = apr_hash_next(hi))
2566 hi = apr_hash_next(hi))
3276 for (; hi && !err; hi = apr_hash_next(hi))
H A Dprops.c784 hi = apr_hash_next(hi))
2140 hi = apr_hash_next(hi))
H A Dadm_crawler.c304 hi = apr_hash_next(hi))
H A Dold-and-busted.c1156 for (hi = apr_hash_first(pool, entries); hi; hi = apr_hash_next(hi))
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c93 hi = apr_hash_next(hi))
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c1084 for (hi = apr_hash_first(pool, path_revs); hi; hi = apr_hash_next(hi))
1109 for (hi = apr_hash_first(pool, path_tokens); hi; hi = apr_hash_next(hi))
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1854 for (hi = apr_hash_first(pool, entries); hi; hi = apr_hash_next(hi))
2696 iter = apr_hash_next(iter))
3025 for (hi = apr_hash_first(scratch_pool, results); hi; hi = apr_hash_next(hi))
3097 for (hi = apr_hash_first(pool, targets); hi; hi = apr_hash_next(hi))
3282 for (hi = apr_hash_first(pool, targets); hi; hi = apr_hash_next(hi))
3449 for (hi = apr_hash_first(pool, locks); hi; hi = apr_hash_next(hi))
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.c1222 hi = apr_hash_next(hi))
H A Dtemp_serializer.c575 for (hi = apr_hash_first(pool, hash), i=0; hi; hi = apr_hash_next(hi), ++i)

Completed in 395 milliseconds

123456