| /freebsd-12.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | diff_local.c | 231 if (left_dirent->kind == svn_node_file) in inner_dir_diff() 246 if (right_dirent->kind == svn_node_file) in inner_dir_diff() 261 if (left_dirent->kind == svn_node_file) in inner_dir_diff() 274 else if (left_dirent->kind == svn_node_file) in inner_dir_diff() 702 else if (left_kind == svn_node_file && right_kind == svn_node_file) in svn_client__arbitrary_nodes_diff() 710 else if (left_kind == svn_node_file || left_kind == svn_node_dir in svn_client__arbitrary_nodes_diff() 711 || right_kind == svn_node_file || right_kind == svn_node_dir) in svn_client__arbitrary_nodes_diff() 739 if (left_kind == svn_node_file) in svn_client__arbitrary_nodes_diff() 752 if (right_kind == svn_node_file) in svn_client__arbitrary_nodes_diff() 766 if (left_kind == svn_node_file) in svn_client__arbitrary_nodes_diff()
|
| H A D | export.c | 259 else if (status->kind != svn_node_file) in export_node() 282 if ((to_kind == svn_node_file || to_kind == svn_node_unknown) in export_node() 441 notify->kind = svn_node_file; in export_node() 471 else if (kind == svn_node_file) in open_root_internal() 620 else if (kind == svn_node_file) in add_directory() 862 notify->kind = svn_node_file; in close_file() 1052 notify->kind = svn_node_file; in add_file_ev2() 1076 else if (kind == svn_node_file) in add_directory_ev2() 1179 if ((to_kind == svn_node_file || to_kind == svn_node_unknown) && in export_file_ev2() 1430 if (kind == svn_node_file) in svn_client_export5() [all …]
|
| H A D | diff_summarize.c | 217 svn_node_file, scratch_pool)); in diff_file_added() 243 svn_node_file, scratch_pool)); in diff_file_changed() 261 FALSE, svn_node_file, scratch_pool)); in diff_file_deleted()
|
| H A D | import.c | 273 notify->kind = svn_node_file; in import_file() 481 else if (dirent->kind == svn_node_file && depth >= svn_depth_files) in import_children() 487 else if (dirent->kind != svn_node_dir && dirent->kind != svn_node_file) in import_children() 719 if ((i == new_entries->nelts - 1) && (dirent->kind == svn_node_file)) in import() 732 else if (dirent->kind == svn_node_file) in import() 747 if (dirent->kind == svn_node_file) in import() 908 if (kind == svn_node_file) in svn_client_import5()
|
| H A D | conflicts.c | 2852 case svn_node_file: in conflict_tree_get_local_description_generic() 2976 case svn_node_file: in describe_incoming_change() 6754 notify->kind = svn_node_file; in resolve_merge_incoming_added_file_text_update() 6886 notify->kind = svn_node_file; in resolve_merge_incoming_added_file_text_merge() 7014 notify->kind = svn_node_file; in resolve_merge_incoming_added_file_replace_and_merge() 7066 notify->kind = svn_node_file; in resolve_merge_incoming_added_file_replace_and_merge() 7383 notify->kind = svn_node_file; in merge_added_files() 7416 if (db_kind == svn_node_file && on_disk_kind == svn_node_file) in diff_file_added() 8516 notify->kind = svn_node_file; in resolve_incoming_move_file_text_merge() 8941 notify->kind = svn_node_file; in resolve_local_move_file_merge() [all …]
|
| H A D | commit_util.c | 828 if (status->kind == svn_node_file) in harvest_status_callback() 1557 if ((kind == svn_node_file) in do_item_commit() 1621 if (item->kind == svn_node_file) in do_item_commit() 1672 if (kind == svn_node_file) in do_item_commit() 1701 if (kind == svn_node_file) in do_item_commit() 1721 if (kind == svn_node_file) in do_item_commit() 1776 if (kind == svn_node_file) in do_item_commit() 1796 if ((kind == svn_node_file) in do_item_commit() 1910 notify->kind = svn_node_file; in svn_client__do_commit() 1932 svn_node_file, in svn_client__do_commit()
|
| H A D | mtcc.c | 547 if (kind != svn_node_dir && kind != svn_node_file) in svn_client__mtcc_add_copy() 555 (kind == svn_node_file), mtcc->pool, scratch_pool)); in svn_client__mtcc_add_copy() 564 op->kind = (kind == svn_node_file) ? OP_ADD_FILE : OP_ADD_DIR; in svn_client__mtcc_add_copy() 959 if (kind != svn_node_file) in svn_client__mtcc_add_update_file() 1008 if (*kind == svn_node_file) in svn_client__mtcc_check_path() 1041 else if (op && *kind == svn_node_file) in svn_client__mtcc_check_path() 1069 *kind = svn_node_file; in svn_client__mtcc_check_path() 1147 notify->kind = svn_node_file; in commit_file() 1297 item->kind = svn_node_file; in add_commit_items()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | revert.c | 184 if (child_info->kind != svn_node_file) in revert_restore_handle_copied_dirs() 191 if (on_disk != svn_node_file) in revert_restore_handle_copied_dirs() 502 on_disk = svn_node_file; in revert_wc_data() 518 if (reverted_kind == svn_node_file && on_disk == svn_node_file) in revert_wc_data() 551 else if (on_disk == svn_node_file && kind != svn_node_file) in revert_wc_data() 563 else if (on_disk == svn_node_file) in revert_wc_data() 690 if (kind == svn_node_file) in revert_wc_data() 922 if (kind != svn_node_file) in revert_partial()
|
| H A D | token-map.h | 38 { "file", svn_node_file }, /* MAP_FILE */ 48 { "file", svn_node_file },
|
| H A D | questions.c | 240 || (kind != svn_node_file) in svn_wc__internal_file_modified_p() 251 if (dirent->kind != svn_node_file) in svn_wc__internal_file_modified_p() 419 *text_conflicted_p = (kind == svn_node_file); in internal_conflicted_p() 429 *text_conflicted_p = (kind == svn_node_file); in internal_conflicted_p() 439 *text_conflicted_p = (kind == svn_node_file); in internal_conflicted_p() 462 *prop_conflicted_p = (kind == svn_node_file); in internal_conflicted_p()
|
| H A D | adm_crawler.c | 134 || (kind == svn_node_file && checksum != NULL) in svn_wc_restore() 143 if (kind == svn_node_file || kind == svn_node_symlink) in svn_wc_restore() 173 if (kind == svn_node_file || kind == svn_node_symlink) in restore_node() 193 notify->kind = svn_node_file; in restore_node() 442 if (ths->kind == svn_node_file in report_revisions_and_depths() 738 wrk_kind = svn_node_file; in svn_wc_crawl_revisions5() 797 else if (target_kind == svn_node_file || target_kind == svn_node_symlink) in svn_wc_crawl_revisions5() 1284 if (kind == svn_node_file) in svn_wc__internal_transmit_prop_deltas()
|
| H A D | wc_db_update_move.c | 956 old_kind, svn_node_file, in tc_editor_add_file() 982 svn_node_file, in tc_editor_add_file() 1022 old_kind, svn_node_file, in tc_editor_incoming_add_file() 1061 svn_node_file, in tc_editor_incoming_add_file() 1330 if (wc_kind != svn_node_none && wc_kind != svn_node_file) in tc_editor_alter_file() 1333 svn_node_file, svn_node_file, in tc_editor_alter_file() 1444 svn_node_file, in tc_editor_alter_file() 1655 svn_node_file, in tc_editor_update_incoming_moved_file() 2989 if (kind_on_disk != svn_node_file) in tc_editor_update_add_new_file() 3121 if (kind_on_disk != svn_node_file) in tc_editor_update_add_merge_files() [all …]
|
| H A D | externals.c | 586 if (kind != svn_node_file) in open_file() 837 else if (disk_kind != svn_node_file in close_file() 838 || (eb->added && disk_kind == svn_node_file)) in close_file() 915 svn_node_file, in close_file() 922 svn_node_file, in close_file() 972 svn_node_file, in close_file() 996 notify->kind = svn_node_file; in close_file() 1303 case svn_node_file: in svn_wc__read_external_info() 1305 *external_kind = svn_node_file; in svn_wc__read_external_info()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_delta/ |
| H A D | element.c | 126 || payload->kind == svn_node_file in svn_element__payload_invariants() 129 && ((payload->kind == svn_node_file) == !!payload->text) in svn_element__payload_invariants() 152 if (old->kind == svn_node_file && old->text) in svn_element__payload_dup() 200 case svn_node_file: in svn_element__payload_equal() 274 new_payload->kind = svn_node_file; in svn_element__payload_create_file()
|
| H A D | depth_filter_editor.c | 122 || (kind == svn_node_file && effective_depth == 1)); in okay_to_edit() 184 if (okay_to_edit(eb, pb, svn_node_file)) in delete_entry() 262 if (okay_to_edit(eb, pb, svn_node_file)) in add_file() 290 if (okay_to_edit(eb, pb, svn_node_file)) in open_file()
|
| H A D | branch_compat.c | 860 SVN_ERR_ASSERT(change->kind == svn_node_file); in drive_ev1_props() 932 else if (change->kind == svn_node_file) in apply_change() 980 else if (change->kind == svn_node_file) in apply_change() 999 else if (change->kind == svn_node_file) in apply_change() 1161 || payload->kind == svn_node_file); in payload_fetch() 1356 || initial_payload->kind != svn_node_file in text_equal() 1357 || final_payload->kind != svn_node_file) in text_equal() 1593 || final_payload->kind == svn_node_file); in drive_changes_r() 1599 if (final_payload->kind == svn_node_file in drive_changes_r()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | dag.c | 347 new_noderev.kind = is_dir ? svn_node_dir : svn_node_file; in make_entry() 502 if (noderev->mergeinfo_count > 1 && noderev->kind == svn_node_file) in svn_fs_x__dag_increment_mergeinfo_count() 785 if (file->node_revision->kind != svn_node_file) in svn_fs_x__dag_get_contents() 810 if ((source && src_noderev->kind != svn_node_file) in svn_fs_x__dag_get_file_delta_stream() 811 || tgt_noderev->kind != svn_node_file) in svn_fs_x__dag_get_file_delta_stream() 841 if (file->node_revision->kind != svn_node_file) in svn_fs_x__dag_file_length() 856 if (file->node_revision->kind != svn_node_file) in svn_fs_x__dag_file_checksum() 872 if (file->node_revision->kind != svn_node_file) in svn_fs_x__dag_get_edit_stream()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | list.c | 51 if (dirent->kind == svn_node_file) in fill_dirent() 214 if (!filtered.is_match && filtered.dirent->kind == svn_node_file) in do_list() 306 if (kind == svn_node_file) in svn_repos_list()
|
| H A D | config_file.c | 188 else if (node_kind != svn_node_file) in handle_missing_file() 257 if (node_kind != svn_node_file) in get_repos_config() 287 if (node_kind != svn_node_file) in get_file_config()
|
| H A D | replay.c | 291 else if (dent->kind == svn_node_file) in add_subdir() 539 (change->node_kind != svn_node_file)) in path_driver_cb_func() 733 else if (change->node_kind == svn_node_file) in path_driver_cb_func() 745 else if (change->node_kind == svn_node_file) in path_driver_cb_func() 752 if (change->node_kind == svn_node_file in path_driver_cb_func() 1186 else if (dent->kind == svn_node_file) in add_subdir_ev2() 1299 (change->node_kind != svn_node_file)) in replay_node() 1477 if (change->node_kind == svn_node_file in replay_node()
|
| /freebsd-12.1/contrib/subversion/subversion/svn/ |
| H A D | list-cmd.c | 88 if (dirent->kind == svn_node_file) in print_dirent() 157 (dirent->kind == svn_node_file) ? sizestr : "", in print_dirent() 195 if (dirent->kind == svn_node_file) in print_dirent_xml() 239 if (dirent->kind == svn_node_file) in print_dirent_xml()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | dag.c | 393 new_noderev.kind = is_dir ? svn_node_dir : svn_node_file; in make_entry() 596 if (noderev->mergeinfo_count > 1 && noderev->kind == svn_node_file) in svn_fs_fs__dag_increment_mergeinfo_count() 958 if (file->kind != svn_node_file) in svn_fs_fs__dag_get_contents() 986 if ((source && source->kind != svn_node_file) in svn_fs_fs__dag_get_file_delta_stream() 987 || target->kind != svn_node_file) in svn_fs_fs__dag_get_file_delta_stream() 1031 if (file->kind != svn_node_file) in svn_fs_fs__dag_file_length() 1051 if (file->kind != svn_node_file) in svn_fs_fs__dag_file_checksum() 1071 if (file->kind != svn_node_file) in svn_fs_fs__dag_get_edit_stream()
|
| H A D | recovery.c | 243 kind = svn_node_file; in recover_find_max_ids() 275 if (kind == svn_node_file) in recover_find_max_ids() 465 else if (youngest_revprops_kind != svn_node_file) in recover_body()
|
| /freebsd-12.1/contrib/subversion/subversion/svnrdump/ |
| H A D | load_editor.c | 290 if (node_kind == svn_node_file) in fetch_props_func() 553 nb->kind = strcmp(hval, "file") == 0 ? svn_node_file : svn_node_dir; in new_node_record() 668 case svn_node_file: in new_node_record() 689 case svn_node_file: in new_node_record() 859 if (nb->kind == svn_node_file) in remove_node_props() 930 case svn_node_file: in close_node() 945 if ((nb->kind == svn_node_file) && (nb->file_baton)) in close_node()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | config_auth.c | 90 if (kind == svn_node_file) in svn_config_read_auth_data() 220 if (dirent->kind != svn_node_file) in svn_config_walk_auth_data()
|