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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql185 op-depth descendants, nor are op-depth descendants */
193 /* op-depth descendants are only valid if they have a direct parent
195 descendants */
208 /* Present op-depth descendants have the repository location implied by their
232 /* If a node is shadowed, all its present op-depth descendants
H A Dnode.c883 svn_wc__get_not_present_descendants(const apr_array_header_t **descendants,
890 svn_wc__db_get_not_present_descendants(descendants,
881 svn_wc__get_not_present_descendants(const apr_array_header_t **descendants, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dwc_db.h679 /* Remove a node and all its descendants from the BASE tree. This can
1382 * This operation is recursive. It copies all the descendants at the lower
2027 svn_boolean_t has_descendants; /* Is dir, or has tc descendants */
2283 * and its descendants.
3213 all descendants at the same op-depth to the op-depth of local_abspath,
3252 /* Gets an array of const char *local_relpaths of descendants of LOCAL_ABSPATH,
3254 * The descendants returned are at the same op_depth, but are to be deleted
3258 svn_wc__db_get_not_present_descendants(const apr_array_header_t **descendants,
H A Dwc-queries.sql381 /* Get not-present descendants of a copied node. Not valid for the wc-root */
927 /* And all descendants */
H A Dwc_db.c2356 /* Step 4: Delete the BASE node descendants */
5487 /* Don't create descendants of a not present node! */
6804 descendants to ensure database stability on a non recursive revert
8297 /* Plain delete. Fixup move information of descendants that were
8466 /* Delete the node and possible descendants. */
10917 /* Now fetch information for children or all descendants */
11512 /* Find all moved descendants. Key them on target, because that is
11533 Makes local_relpath and all its descendants at the same op-depth represent
11618 Makes all nodes below LOCAL_RELPATH represent the descendants of repository
11792 if we need to remove shadowed layers below our descendants
15356 svn_wc__db_get_not_present_descendants(const apr_array_header_t **descendants, svn_wc__db_t *db, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h855 * and its descendants.
1054 /* Gets an array of const char *repos_relpaths of descendants of LOCAL_ABSPATH,
1055 * which must be the op root of an addition, copy or move. The descendants
1060 svn_wc__get_not_present_descendants(const apr_array_header_t **descendants,

Completed in 204 milliseconds