Searched refs:apr_hash_merge (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/apr/include/
H A Dapr_hash.h231 APR_DECLARE(apr_hash_t *) apr_hash_merge(apr_pool_t *p,
/freebsd-13-stable/contrib/apr/tables/
H A Dapr_hash.c418 return apr_hash_merge(p, overlay, base, NULL, NULL);
421 APR_DECLARE(apr_hash_t *) apr_hash_merge(apr_pool_t *p, function
445 "apr_hash_merge: overlay's pool is not an ancestor of p\n");
450 "apr_hash_merge: base's pool is not an ancestor of p\n");
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff_local.c200 sorted_dirents = svn_sort__hash(apr_hash_merge(iterpool, left_dirents,

Completed in 38 milliseconds