Home
last modified time | relevance | path

Searched refs:repos_prop_status (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDstatus.c645 stat->repos_prop_status = svn_wc_status_none; /* default */ in assemble_status()
749 stat->repos_prop_status = svn_wc_status_none; in assemble_unversioned()
1533 enum svn_wc_status_kind repos_prop_status, in tweak_statushash() argument
1587 if (repos_prop_status) in tweak_statushash()
1588 statstruct->repos_prop_status = repos_prop_status; in tweak_statushash()
2136 enum svn_wc_status_kind repos_prop_status; in close_directory() local
2143 repos_prop_status = db->prop_changed ? svn_wc_status_added in close_directory()
2153 repos_prop_status = db->prop_changed ? svn_wc_status_modified in close_directory()
2168 repos_prop_status, SVN_INVALID_REVNUM, NULL, in close_directory()
2177 eb->anchor_status->s.repos_prop_status = repos_prop_status; in close_directory()
[all …]
HDdeprecated.c2772 (*status)->repos_prop_status = old_status->repos_prop_status; in svn_wc__status2_from_3()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDstatus.c738 (*cst)->repos_prop_status = status->repos_prop_status; in svn_client__create_status()
/NextBSD/contrib/subversion/subversion/svn/
HDstatus.c559 generate_status_desc(status->repos_prop_status), in svn_cl__print_status_xml()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_wc.h3780 enum svn_wc_status_kind repos_prop_status; member
3885 enum svn_wc_status_kind repos_prop_status; member
3999 enum svn_wc_status_kind repos_prop_status; member
HDsvn_client.h2410 enum svn_wc_status_kind repos_prop_status; member