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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dnode.c925 svn_wc__check_for_obstructions(svn_wc_notify_state_t *obstruction_state,
940 *obstruction_state = svn_wc_notify_state_inapplicable;
966 *obstruction_state = svn_wc_notify_state_obstructed;
983 *obstruction_state = svn_wc_notify_state_obstructed;
994 *obstruction_state = svn_wc_notify_state_obstructed;
1014 *obstruction_state = svn_wc_notify_state_obstructed;
1030 *obstruction_state = svn_wc_notify_state_obstructed;
1039 *obstruction_state = svn_wc_notify_state_missing;
1045 *obstruction_state = svn_wc_notify_state_missing;
1054 *obstruction_state
923 svn_wc__check_for_obstructions(svn_wc_notify_state_t *obstruction_state, svn_node_kind_t *kind, svn_boolean_t *deleted, svn_boolean_t *excluded, svn_depth_t *parent_depth, svn_wc_context_t *wc_ctx, const char *local_abspath, svn_boolean_t no_wcroot_check, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h1098 svn_wc__check_for_obstructions(svn_wc_notify_state_t *obstruction_state,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c531 perform_obstruction_check(svn_wc_notify_state_t *obstruction_state,
546 *obstruction_state = svn_wc_notify_state_inapplicable;
558 SVN_ERR(svn_wc__check_for_obstructions(obstruction_state,
5493 svn_wc_notify_state_t obstruction_state;
5499 SVN_ERR(perform_obstruction_check(&obstruction_state, NULL, NULL,
5503 if (obstruction_state == svn_wc_notify_state_obstructed
5504 || obstruction_state == svn_wc_notify_state_missing)
527 perform_obstruction_check(svn_wc_notify_state_t *obstruction_state, svn_boolean_t *deleted, svn_boolean_t *excluded, svn_node_kind_t *kind, svn_depth_t *parent_depth, const merge_cmd_baton_t *merge_b, const char *local_abspath, apr_pool_t *scratch_pool) argument
5486 svn_wc_notify_state_t obstruction_state; local

Completed in 274 milliseconds