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

/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql210 SELECT n.local_relpath, n.op_depth, 26, 'Copied descendant mismatch'
H A Dwc-metadata.sql346 copied directly, but can be copied as a descendant.
369 descendant. */
/freebsd-11.0-release/sys/kern/
H A Dsubr_witness.c167 #define WITNESS_CHILD 0x04 /* Child, aka direct descendant. */
168 #define WITNESS_DESCENDANT 0x08 /* Direct or indirect descendant. */
182 /* Ancestor to descendant flags */
236 * descendant count */
1906 * then we increment the descendant and ancestor counters.
1922 /* Find each descendant of 'i' and mark it as a descendant. */
1934 * that 'ci' itself is counted as a descendant of 'ci'.
1946 * ancestor and descendant. We should have caught
1952 "both ancestor and descendant\
2047 isitmydescendant(struct witness *ancestor, struct witness *descendant) argument
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c468 /* If the given item is a descendant of BATON->PATH, push
514 const char *descendant = APR_ARRAY_IDX(b.list, i, const char *);
516 SVN_ERR(svn_cache__set(cache, descendant, NULL, iterpool));
4135 /* Adds mergeinfo for each descendant of PATH (but not PATH itself)
512 const char *descendant = APR_ARRAY_IDX(b.list, i, const char *); local
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c456 /* If the given item is a descendant of BATON->PATH, push
502 const char *descendant = APR_ARRAY_IDX(b.list, i, const char *);
504 SVN_ERR(svn_cache__set(cache, descendant, NULL, iterpool));
4133 /* Adds mergeinfo for each descendant of PATH (but not PATH itself)
500 const char *descendant = APR_ARRAY_IDX(b.list, i, const char *); local

Completed in 156 milliseconds