Searched refs:first_relpath (Results 1 – 1 of 1) sorted by relevance
14601 const char *first_relpath; in find_wclock() local14612 first_relpath = strchr(dir_relpath, '/'); in find_wclock()14614 if (first_relpath != NULL) in find_wclock()14615 first_relpath = apr_pstrndup(scratch_pool, dir_relpath, in find_wclock()14616 first_relpath - dir_relpath); in find_wclock()14618 first_relpath = dir_relpath; in find_wclock()14623 first_relpath)); in find_wclock()