Searched refs:expected_kind (Results 1 – 4 of 4) sorted by relevance
1046 svn_node_kind_t expected_kind; in svn_wc__check_for_obstructions() local1048 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()
409 svn_node_kind_t expected_kind = (info->kind == svn_node_dir) in assemble_status() local413 if (!dirent || dirent->kind != expected_kind) in assemble_status()
1343 svn_node_kind_t expected_kind, in check_tree_conflict() argument1438 if (disk_kind != expected_kind && disk_kind != svn_node_none) in check_tree_conflict()
804 svn_node_kind_t expected_kind, in node_must_exist() argument828 if (expected_kind != kind && expected_kind != svn_node_unknown) in node_must_exist()832 kind, path, revision, expected_kind); in node_must_exist()