Searched refs:tree_editor (Results 1 – 8 of 8) sorted by relevance
367 tree_editor->open_root = open_root; in svn_delta_get_cancellation_editor()368 tree_editor->delete_entry = delete_entry; in svn_delta_get_cancellation_editor()369 tree_editor->add_directory = add_directory; in svn_delta_get_cancellation_editor()370 tree_editor->open_directory = open_directory; in svn_delta_get_cancellation_editor()374 tree_editor->add_file = add_file; in svn_delta_get_cancellation_editor()375 tree_editor->open_file = open_file; in svn_delta_get_cancellation_editor()379 tree_editor->close_file = close_file; in svn_delta_get_cancellation_editor()380 tree_editor->absent_file = absent_file; in svn_delta_get_cancellation_editor()381 tree_editor->close_edit = close_edit; in svn_delta_get_cancellation_editor()382 tree_editor->abort_edit = abort_edit; in svn_delta_get_cancellation_editor()[all …]
473 tree_editor->open_root = open_root; in svn_delta__get_debug_editor()474 tree_editor->delete_entry = delete_entry; in svn_delta__get_debug_editor()475 tree_editor->add_directory = add_directory; in svn_delta__get_debug_editor()476 tree_editor->open_directory = open_directory; in svn_delta__get_debug_editor()480 tree_editor->add_file = add_file; in svn_delta__get_debug_editor()481 tree_editor->open_file = open_file; in svn_delta__get_debug_editor()485 tree_editor->close_file = close_file; in svn_delta__get_debug_editor()486 tree_editor->absent_file = absent_file; in svn_delta__get_debug_editor()487 tree_editor->close_edit = close_edit; in svn_delta__get_debug_editor()488 tree_editor->abort_edit = abort_edit; in svn_delta__get_debug_editor()[all …]
710 tree_editor->open_root = open_root; in svnsync_get_sync_editor()711 tree_editor->delete_entry = delete_entry; in svnsync_get_sync_editor()712 tree_editor->add_directory = add_directory; in svnsync_get_sync_editor()713 tree_editor->open_directory = open_directory; in svnsync_get_sync_editor()717 tree_editor->add_file = add_file; in svnsync_get_sync_editor()718 tree_editor->open_file = open_file; in svnsync_get_sync_editor()721 tree_editor->close_file = close_file; in svnsync_get_sync_editor()722 tree_editor->absent_file = absent_file; in svnsync_get_sync_editor()723 tree_editor->close_edit = close_edit; in svnsync_get_sync_editor()724 tree_editor->abort_edit = abort_edit; in svnsync_get_sync_editor()[all …]
1376 tree_editor->open_root = open_root; in svn_client__get_diff_editor2()1377 tree_editor->delete_entry = delete_entry; in svn_client__get_diff_editor2()1378 tree_editor->add_directory = add_directory; in svn_client__get_diff_editor2()1379 tree_editor->open_directory = open_directory; in svn_client__get_diff_editor2()1380 tree_editor->add_file = add_file; in svn_client__get_diff_editor2()1381 tree_editor->open_file = open_file; in svn_client__get_diff_editor2()1382 tree_editor->apply_textdelta = apply_textdelta; in svn_client__get_diff_editor2()1383 tree_editor->close_file = close_file; in svn_client__get_diff_editor2()1384 tree_editor->close_directory = close_directory; in svn_client__get_diff_editor2()1387 tree_editor->close_edit = close_edit; in svn_client__get_diff_editor2()[all …]
1082 svn_delta_editor_t *tree_editor = svn_delta_default_editor(edit_pool); in svn_wc__get_file_external_editor() local1132 tree_editor->open_root = open_root; in svn_wc__get_file_external_editor()1133 tree_editor->set_target_revision = set_target_revision; in svn_wc__get_file_external_editor()1134 tree_editor->add_file = add_file; in svn_wc__get_file_external_editor()1135 tree_editor->open_file = open_file; in svn_wc__get_file_external_editor()1136 tree_editor->apply_textdelta = apply_textdelta; in svn_wc__get_file_external_editor()1137 tree_editor->change_file_prop = change_file_prop; in svn_wc__get_file_external_editor()1138 tree_editor->close_file = close_file; in svn_wc__get_file_external_editor()1139 tree_editor->close_edit = close_edit; in svn_wc__get_file_external_editor()1142 tree_editor, eb, in svn_wc__get_file_external_editor()
2542 tree_editor->open_root = open_root; in svn_wc__get_status_editor()2543 tree_editor->delete_entry = delete_entry; in svn_wc__get_status_editor()2544 tree_editor->add_directory = add_directory; in svn_wc__get_status_editor()2545 tree_editor->open_directory = open_directory; in svn_wc__get_status_editor()2546 tree_editor->change_dir_prop = change_dir_prop; in svn_wc__get_status_editor()2547 tree_editor->close_directory = close_directory; in svn_wc__get_status_editor()2548 tree_editor->add_file = add_file; in svn_wc__get_status_editor()2549 tree_editor->open_file = open_file; in svn_wc__get_status_editor()2552 tree_editor->close_file = close_file; in svn_wc__get_status_editor()2553 tree_editor->close_edit = close_edit; in svn_wc__get_status_editor()[all …]
2397 svn_delta_editor_t *tree_editor; in svn_wc__get_diff_editor() local2429 tree_editor->open_root = open_root; in svn_wc__get_diff_editor()2430 tree_editor->delete_entry = delete_entry; in svn_wc__get_diff_editor()2431 tree_editor->add_directory = add_directory; in svn_wc__get_diff_editor()2432 tree_editor->open_directory = open_directory; in svn_wc__get_diff_editor()2433 tree_editor->close_directory = close_directory; in svn_wc__get_diff_editor()2434 tree_editor->add_file = add_file; in svn_wc__get_diff_editor()2435 tree_editor->open_file = open_file; in svn_wc__get_diff_editor()2439 tree_editor->close_file = close_file; in svn_wc__get_diff_editor()2440 tree_editor->close_edit = close_edit; in svn_wc__get_diff_editor()[all …]
4985 tree_editor->open_root = open_root; in make_editor()4986 tree_editor->delete_entry = delete_entry; in make_editor()4987 tree_editor->add_directory = add_directory; in make_editor()4988 tree_editor->open_directory = open_directory; in make_editor()4989 tree_editor->change_dir_prop = change_dir_prop; in make_editor()4992 tree_editor->add_file = add_file; in make_editor()4993 tree_editor->open_file = open_file; in make_editor()4996 tree_editor->close_file = close_file; in make_editor()4997 tree_editor->absent_file = absent_file; in make_editor()4998 tree_editor->close_edit = close_edit; in make_editor()[all …]