| /freebsd-13.1/contrib/subversion/subversion/svn/ |
| H A D | cl-conflicts.c | 378 svn_node_kind_t node_kind, in add_conflict_version_xml() argument 395 if (node_kind != svn_node_unknown) in add_conflict_version_xml() 414 svn_node_kind_t node_kind; in append_tree_conflict_info_xml() local 453 node_kind, pool)); in append_tree_conflict_info_xml() 465 node_kind, pool)); in append_tree_conflict_info_xml() 485 svn_node_kind_t node_kind; in svn_cl__append_conflict_info_xml() local 525 &repos_relpath, &peg_rev, &node_kind, conflict, in svn_cl__append_conflict_info_xml() 530 node_kind, scratch_pool)); in svn_cl__append_conflict_info_xml() 533 &repos_relpath, &peg_rev, &node_kind, conflict, in svn_cl__append_conflict_info_xml() 572 &repos_relpath, &peg_rev, &node_kind, conflict, in svn_cl__append_conflict_info_xml() [all …]
|
| H A D | util.c | 1041 svn_node_kind_t node_kind, in svn_cl__node_description() argument 1066 svn_cl__node_kind_str_human_readable(node_kind), in svn_cl__node_description() 1165 svn_node_kind_t node_kind; in svn_cl__propset_print_binary_mime_type_warning() local 1170 SVN_ERR(svn_io_check_path(local_abspath, &node_kind, iterpool)); in svn_cl__propset_print_binary_mime_type_warning() 1171 if (node_kind != svn_node_file) in svn_cl__propset_print_binary_mime_type_warning()
|
| H A D | info-cmd.c | 985 svn_node_kind_t node_kind; in print_info() local 1004 &repos_relpath, &peg_rev, &node_kind, conflict, in print_info() 1008 peg_rev, node_kind, info->repos_root_URL, pool); in print_info() 1011 &repos_relpath, &peg_rev, &node_kind, conflict, in print_info() 1015 peg_rev, node_kind, info->repos_root_URL, pool); in print_info()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | config_file.c | 181 svn_node_kind_t node_kind) in handle_missing_file() argument 183 if (node_kind == svn_node_none && !must_exist) in handle_missing_file() 188 else if (node_kind != svn_node_file) in handle_missing_file() 214 svn_node_kind_t node_kind; in get_repos_config() local 260 SVN_ERR(svn_fs_check_path(&node_kind, root, fs_path, scratch_pool)); in get_repos_config() 261 if (node_kind != svn_node_file) in get_repos_config() 263 url, must_exist, node_kind)); in get_repos_config() 287 svn_node_kind_t node_kind; in get_file_config() local 290 SVN_ERR(svn_io_check_path(path, &node_kind, scratch_pool)); in get_file_config() 291 if (node_kind != svn_node_file) in get_file_config() [all …]
|
| H A D | replay.c | 533 if (change->node_kind == svn_node_unknown) in path_driver_cb_func() 535 if ((change->node_kind != svn_node_dir) && in path_driver_cb_func() 536 (change->node_kind != svn_node_file)) in path_driver_cb_func() 575 if (change->node_kind == svn_node_dir) in path_driver_cb_func() 606 if (change->node_kind == svn_node_dir) in path_driver_cb_func() 646 if (change->node_kind == svn_node_dir) in path_driver_cb_func() 749 if (change->node_kind == svn_node_file in path_driver_cb_func() 1294 (change->node_kind != svn_node_file)) in replay_node() 1327 if (change->node_kind == svn_node_dir) in replay_node() 1472 if (change->node_kind == svn_node_file in replay_node() [all …]
|
| H A D | compat.c | 94 change_copy->node_kind = change->node_kind; in log4_path_change_receiver()
|
| H A D | load.c | 761 const char *node_kind; in svn_repos_parse_dumpstream3() local 766 ((node_kind = svn_hash_gets(headers, in svn_repos_parse_dumpstream3() 768 && strcmp(node_kind, "file") == 0) in svn_repos_parse_dumpstream3()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | tree_conflicts.c | 208 svn_node_kind_t node_kind; in svn_wc__deserialize_conflict() local 235 node_kind = (svn_node_kind_t)n; in svn_wc__deserialize_conflict() 236 if (node_kind != svn_node_file && node_kind != svn_node_dir) in svn_wc__deserialize_conflict() 271 node_kind, operation, src_left_version, src_right_version, in svn_wc__deserialize_conflict() 304 skel_prepend_enum(skel, node_kind_map, version_info->node_kind, pool); in prepend_version_info_skel() 370 SVN_ERR_ASSERT(conflict->node_kind == svn_node_dir in svn_wc__serialize_conflict() 371 || conflict->node_kind == svn_node_file in svn_wc__serialize_conflict() 372 || conflict->node_kind == svn_node_none); in svn_wc__serialize_conflict() 373 skel_prepend_enum(c_skel, node_kind_map, conflict->node_kind, in svn_wc__serialize_conflict()
|
| H A D | util.c | 201 conflict->node_kind = svn_node_file; in svn_wc_conflict_description_create_text2() 210 svn_node_kind_t node_kind, in svn_wc_conflict_description_create_prop2() argument 220 conflict->node_kind = node_kind; in svn_wc_conflict_description_create_prop2() 229 svn_node_kind_t node_kind, in svn_wc_conflict_description_create_tree2() argument 241 conflict->node_kind = node_kind; in svn_wc_conflict_description_create_tree2() 271 version->node_kind = kind; in svn_wc_conflict_version_create2() 370 new_conflict->node_kind = conflict->node_kind; in svn_wc__cd2_to_cd()
|
| H A D | conflicts.c | 180 node_kind = svn_node_kind_from_word(kind_str); in conflict__read_location() 186 node_kind, in conflict__read_location() 1523 svn_node_kind_t node_kind; in remove_artifact_file_if_exists() local 1527 if (node_kind == svn_node_file) in remove_artifact_file_if_exists() 1825 svn_node_kind_t node_kind, in read_tree_conflict_desc() argument 1854 local_kind = left_version->node_kind; in read_tree_conflict_desc() 1857 local_kind = node_kind; in read_tree_conflict_desc() 2053 svn_node_kind_t node_kind; in svn_wc__conflict_invoke_resolver() local 2107 svn_node_kind_t node_kind, in read_prop_conflict_descs() argument 2304 svn_node_kind_t node_kind; in svn_wc__read_conflicts() local [all …]
|
| H A D | props.h | 77 svn_node_kind_t node_kind,
|
| H A D | wc_db_wcroot.c | 115 svn_node_kind_t node_kind; in get_path_kind() local 139 SVN_ERR(svn_io_check_special_path(local_abspath, &node_kind, in get_path_kind() 142 db->parse_cache.kind = (special ? svn_node_symlink : node_kind); in get_path_kind()
|
| H A D | node.c | 152 convert_db_kind_to_node_kind(svn_node_kind_t *node_kind, in convert_db_kind_to_node_kind() argument 157 *node_kind = db_kind; in convert_db_kind_to_node_kind() 166 *node_kind = svn_node_none; in convert_db_kind_to_node_kind()
|
| /freebsd-13.1/contrib/subversion/subversion/svnrdump/ |
| H A D | dump_editor.c | 96 svn_node_kind_t node_kind; in fetch_props_func() local 104 SVN_ERR(svn_ra_check_path(eb->ra_session, path, base_revision, &node_kind, in fetch_props_func() 107 if (node_kind == svn_node_file) in fetch_props_func() 112 else if (node_kind == svn_node_dir) in fetch_props_func()
|
| H A D | load_editor.c | 978 svn_node_kind_t node_kind, in fetch_props() argument 984 if (node_kind == svn_node_file) in fetch_props() 989 else if (node_kind == svn_node_dir) in fetch_props() 1018 svn_node_kind_t node_kind; in fetch_props_func() local 1024 &node_kind, scratch_pool)); in fetch_props_func() 1025 SVN_ERR(fetch_props(props, cb->pb, path, base_revision, node_kind, in fetch_props_func()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | diff_summarize.c | 54 svn_node_kind_t node_kind, in send_summary() argument 67 sum->node_kind = node_kind; in send_summary()
|
| H A D | prop_commands.c | 145 svn_node_kind_t node_kind; in propset_on_url() local 163 &node_kind, pool)); in propset_on_url() 164 if (node_kind == svn_node_none) in propset_on_url() 170 if (node_kind == svn_node_file) in propset_on_url() 195 target, node_kind, skip_checks, in propset_on_url() 209 item->kind = node_kind; in propset_on_url() 234 err = do_url_propset(target, propname, propval, node_kind, in propset_on_url()
|
| H A D | repos_diff.c | 1271 svn_node_kind_t node_kind; in fetch_props_func() local 1276 SVN_ERR(svn_ra_check_path(eb->ra_session, path, base_revision, &node_kind, in fetch_props_func() 1279 if (node_kind == svn_node_file) in fetch_props_func() 1284 else if (node_kind == svn_node_dir) in fetch_props_func()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | low_level.c | 840 change->node_kind = svn_node_unknown; in read_change() 848 change->node_kind = svn_node_file; in read_change() 850 change->node_kind = svn_node_dir; in read_change() 1067 SVN_ERR_ASSERT(change->node_kind == svn_node_dir in write_change_entry() 1068 || change->node_kind == svn_node_file); in write_change_entry() 1070 change->node_kind == svn_node_dir in write_change_entry()
|
| H A D | changes.c | 146 | ((int)change->node_kind << CHANGE_NODE_SHIFT); in append_change() 271 change->node_kind = (svn_node_kind_t) in svn_fs_x__changes_get_list() 516 change->node_kind = (svn_node_kind_t) in svn_fs_x__changes_get_list_func()
|
| H A D | transaction.h | 185 svn_node_kind_t node_kind,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | low_level.c | 341 info->node_kind = svn_node_unknown; in read_change() 349 info->node_kind = svn_node_file; in read_change() 351 info->node_kind = svn_node_dir; in read_change() 592 SVN_ERR_ASSERT(change->node_kind == svn_node_dir in write_change_entry() 593 || change->node_kind == svn_node_file); in write_change_entry() 595 change->node_kind == svn_node_dir in write_change_entry()
|
| H A D | transaction.h | 156 svn_node_kind_t node_kind,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_local/ |
| H A D | ra_plugin.c | 1271 svn_node_kind_t node_kind; in svn_ra_local__get_file() local 1284 SVN_ERR(svn_fs_check_path(&node_kind, root, abs_path, pool)); in svn_ra_local__get_file() 1285 if (node_kind == svn_node_none) in svn_ra_local__get_file() 1290 else if (node_kind != svn_node_file) in svn_ra_local__get_file() 1734 svn_node_kind_t node_kind; in svn_ra_local__get_inherited_props() local 1739 SVN_ERR(svn_fs_check_path(&node_kind, root, abs_path, scratch_pool)); in svn_ra_local__get_inherited_props() 1740 if (node_kind == svn_node_none) in svn_ra_local__get_inherited_props()
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_wc.h | 1724 svn_node_kind_t node_kind; member 1771 svn_node_kind_t node_kind, 1812 svn_node_kind_t node_kind; member 1947 svn_node_kind_t node_kind; member 2073 svn_node_kind_t node_kind, 2087 svn_node_kind_t node_kind, 2110 svn_node_kind_t node_kind, 2128 svn_node_kind_t node_kind,
|