Searched refs:ary_prefix_match (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c113 /* This function is a duplicate of svnadmin.c:ary_prefix_match(). */
115 ary_prefix_match(const apr_array_header_t *pfxlist, const char *path) function
146 : ary_prefix_match(prefixes, path));
/freebsd-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c1378 /* This function is a duplicate of svndumpfilter.c:ary_prefix_match(). */ function
1380 ary_prefix_match(const apr_array_header_t *pfxlist, const char *path)
1420 : ary_prefix_match(b->prefixes, path));

Completed in 198 milliseconds