Home
last modified time | relevance | path

Searched refs:expected_kind (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dnode.c1046 svn_node_kind_t expected_kind; in svn_wc__check_for_obstructions() local
1048 SVN_ERR(convert_db_kind_to_node_kind(&expected_kind, db_kind, in svn_wc__check_for_obstructions()
1051 if (disk_kind != expected_kind) in svn_wc__check_for_obstructions()
H A Dstatus.c409 svn_node_kind_t expected_kind = (info->kind == svn_node_dir) in assemble_status() local
413 if (!dirent || dirent->kind != expected_kind) in assemble_status()
H A Dupdate_editor.c1343 svn_node_kind_t expected_kind, in check_tree_conflict() argument
1438 if (disk_kind != expected_kind && disk_kind != svn_node_none) in check_tree_conflict()
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c804 svn_node_kind_t expected_kind, in node_must_exist() argument
828 if (expected_kind != kind && expected_kind != svn_node_unknown) in node_must_exist()
832 kind, path, revision, expected_kind); in node_must_exist()