Searched refs:obstr_state (Results 1 – 1 of 1) sorted by relevance
1830 svn_wc_notify_state_t obstr_state; in merge_file_opened() local1832 SVN_ERR(perform_obstruction_check(&obstr_state, &is_deleted, &excluded, in merge_file_opened()1838 if (obstr_state != svn_wc_notify_state_inapplicable) in merge_file_opened()1842 fb->skip_reason = obstr_state; in merge_file_opened()1975 svn_wc_notify_state_t obstr_state; in merge_file_opened() local1978 SVN_ERR(perform_obstruction_check(&obstr_state, &is_deleted, NULL, in merge_file_opened()1983 if (obstr_state != svn_wc_notify_state_inapplicable) in merge_file_opened()1988 fb->skip_reason = obstr_state; in merge_file_opened()2618 svn_wc_notify_state_t obstr_state; in merge_dir_opened() local2619 SVN_ERR(perform_obstruction_check(&obstr_state, &is_deleted, &excluded, in merge_dir_opened()[all …]