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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtarget.c147 const char *abs_targets_j;
155 abs_targets_j = APR_ARRAY_IDX(abs_targets, j, const char *);
157 j_is_url = svn_path_is_url(abs_targets_j);
164 abs_targets_j,
168 abs_targets_j,
179 else if (strcmp(ancestor, abs_targets_j) == 0)
145 const char *abs_targets_j; local
H A Ddirent_uri.c2039 const char *abs_targets_j;
2046 abs_targets_j = APR_ARRAY_IDX(abs_targets, j, const char *);
2049 (abs_targets_i, abs_targets_j, scratch_pool);
2059 else if (strcmp(ancestor, abs_targets_j) == 0)
2037 const char *abs_targets_j; local

Completed in 181 milliseconds