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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtarget.c293 /* For each keeper in ABS_TARGETS, see if this target is the
294 same as or a child of that keeper. */
298 const char *keeper = APR_ARRAY_IDX(abs_targets, j, const char *);
299 svn_boolean_t keeper_is_url = svn_path_is_url(keeper);
311 child_relpath = svn_uri_skip_ancestor(keeper, abs_path, temp_pool);
313 child_relpath = svn_dirent_skip_ancestor(keeper, abs_path);
321 /* If this is a new keeper, add its absolute path to ABS_TARGETS
333 /* Make sure we return the list of untainted keeper paths. */
296 const char *keeper = APR_ARRAY_IDX(abs_targets, j, const char *); local

Completed in 61 milliseconds