| /freebsd-13-stable/contrib/subversion/subversion/svnbench/ |
| HD | notify.c | 104 if (n->content_state == svn_wc_notify_state_missing) in notify() 111 else if (n->content_state == svn_wc_notify_state_source_missing) in notify() 194 if (n->content_state == svn_wc_notify_state_conflicted) in notify() 210 if (n->content_state == svn_wc_notify_state_conflicted) in notify() 286 if (n->content_state == svn_wc_notify_state_conflicted) in notify() 294 if (n->content_state == svn_wc_notify_state_merged) in notify() 296 else if (n->content_state == svn_wc_notify_state_changed) in notify() 494 if (n->content_state == svn_wc_notify_state_conflicted) in notify() 502 if (n->content_state == svn_wc_notify_state_merged) in notify() 504 else if (n->content_state == svn_wc_notify_state_changed) in notify()
|
| /freebsd-13-stable/contrib/subversion/subversion/svn/ |
| HD | notify.c | 315 if (n->content_state == svn_wc_notify_state_missing) in notify_body() 321 else if (n->content_state == svn_wc_notify_state_source_missing) in notify_body() 328 else if (n->content_state == svn_wc_notify_state_obstructed) in notify_body() 400 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body() 413 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body() 529 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body() 536 if (n->content_state == svn_wc_notify_state_merged) in notify_body() 538 else if (n->content_state == svn_wc_notify_state_changed) in notify_body() 730 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body() 737 if (n->content_state == svn_wc_notify_state_merged) in notify_body() [all …]
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/ |
| HD | wc_db_update_move.c | 289 svn_wc_notify_state_t content_state, in update_move_list_add() argument 308 content_state = svn_wc_notify_state_inapplicable; in update_move_list_add() 317 content_state, prop_state)); in update_move_list_add() 367 notify->content_state = svn_sqlite__column_int(stmt, 3); in svn_wc__db_update_move_list_notify() 1326 svn_wc_notify_state_t prop_state, content_state; in tc_editor_alter_file() local 1381 content_state = svn_wc_notify_state_changed; in tc_editor_alter_file() 1417 content_state = svn_wc_notify_state_conflicted; in tc_editor_alter_file() 1419 content_state = svn_wc_notify_state_merged; in tc_editor_alter_file() 1423 content_state = svn_wc_notify_state_unchanged; in tc_editor_alter_file() 1451 content_state, in tc_editor_alter_file() [all …]
|
| HD | externals.c | 679 svn_wc_notify_state_t content_state = svn_wc_notify_state_unknown; in close_file() local 835 content_state = svn_wc_notify_state_changed; in close_file() 842 content_state = svn_wc_notify_state_unchanged; in close_file() 854 content_state = svn_wc_notify_state_changed; in close_file() 883 content_state = svn_wc_notify_state_conflicted; in close_file() 885 content_state = svn_wc_notify_state_merged; in close_file() 901 content_state = svn_wc_notify_state_unchanged; in close_file() 1000 notify->content_state = content_state; in close_file()
|
| HD | update_editor.c | 3990 svn_wc_notify_state_t *content_state, in merge_file() argument 4174 *content_state = svn_wc_notify_state_conflicted; in merge_file() 4178 *content_state = svn_wc_notify_state_merged; in merge_file() 4180 *content_state = svn_wc_notify_state_changed; in merge_file() 4183 *content_state = svn_wc_notify_state_unchanged; in merge_file() 4199 svn_wc_notify_state_t content_state, prop_state; in close_file() local 4380 &content_state, fb, current_actual_props, in close_file() 4417 content_state = svn_wc_notify_state_changed; in close_file() 4419 content_state = svn_wc_notify_state_unchanged; in close_file() 4458 && (content_state == svn_wc_notify_state_unchanged)) in close_file() [all …]
|
| HD | wc-queries.sql | 1538 content_state INTEGER NOT NULL, field 1543 INSERT INTO update_move_list(local_relpath, action, kind, content_state, 1548 SELECT local_relpath, action, kind, content_state, prop_state
|
| HD | util.c | 89 ret->content_state = ret->prop_state = svn_wc_notify_state_unknown; in svn_wc_create_notify()
|
| HD | conflicts.c | 3002 || notify->content_state == svn_wc_notify_state_conflicted)) in tree_conflict_collector()
|
| HD | deprecated.c | 359 n->content_state, n->prop_state, n->revision); in compat_call_notify_func()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_client/ |
| HD | import.c | 275 notify->content_state = notify->prop_state in import_file() 356 notify->content_state = notify->prop_state in get_filtered_children() 498 notify->content_state = notify->prop_state in import_children() 587 notify->content_state = notify->prop_state in import_dir()
|
| HD | ctx.c | 51 n->mime_type, n->content_state, n->prop_state, in call_notify_func()
|
| HD | update.c | 464 notify->content_state = notify->prop_state in update_internal() 586 notify->content_state = notify->prop_state in update_internal()
|
| HD | patch.c | 2379 notify->content_state = svn_wc_notify_state_obstructed; in send_patch_notification() 2382 notify->content_state = svn_wc_notify_state_missing; in send_patch_notification() 2384 notify->content_state = svn_wc_notify_state_unknown; in send_patch_notification() 2389 notify->content_state = svn_wc_notify_state_conflicted; in send_patch_notification() 2391 notify->content_state = svn_wc_notify_state_changed; in send_patch_notification() 2393 notify->content_state = svn_wc_notify_state_merged; in send_patch_notification() 2395 notify->content_state = svn_wc_notify_state_unchanged; in send_patch_notification()
|
| HD | conflicts.c | 7002 notify->content_state = svn_wc_notify_state_conflicted; in resolve_merge_incoming_added_file_text_update() 7004 notify->content_state = svn_wc_notify_state_merged; in resolve_merge_incoming_added_file_text_update() 7134 notify->content_state = svn_wc_notify_state_conflicted; in resolve_merge_incoming_added_file_text_merge() 7136 notify->content_state = svn_wc_notify_state_merged; in resolve_merge_incoming_added_file_text_merge() 7314 notify->content_state = svn_wc_notify_state_conflicted; in resolve_merge_incoming_added_file_replace_and_merge() 7316 notify->content_state = svn_wc_notify_state_merged; in resolve_merge_incoming_added_file_replace_and_merge() 7470 notify->content_state = svn_wc_notify_state_unchanged;; in merge_added_dir_props() 7631 notify->content_state = svn_wc_notify_state_conflicted; in merge_added_files() 7633 notify->content_state = svn_wc_notify_state_merged; in merge_added_files() 8754 notify->content_state = svn_wc_notify_state_conflicted; in resolve_incoming_move_file_text_merge() [all …]
|
| HD | switch.c | 379 notify->content_state = notify->prop_state in switch_internal()
|
| HD | shelf2.c | 1369 svn_wc_notify_state_t content_state, in send_notification() argument 1381 notify->content_state = content_state; in send_notification()
|
| HD | commit_util.c | 1660 notify->content_state = svn_wc_notify_state_changed; in do_item_commit() 1662 notify->content_state = svn_wc_notify_state_unchanged; in do_item_commit()
|
| HD | blame.c | 473 notify->content_state = notify->prop_state in file_rev_handler()
|
| HD | externals.c | 608 notify->content_state = notify->prop_state in switch_file_external()
|
| HD | merge.c | 1275 notify->content_state = notify->prop_state = state; in record_skip() 1491 svn_wc_notify_state_t content_state, in record_update_update() argument 1507 notify->content_state = content_state; in record_update_update() 1656 notify->content_state = notify->prop_state = db->skip_reason; in mark_dir_edited() 1735 notify->content_state = notify->prop_state = fb->skip_reason; in mark_file_edited()
|
| /freebsd-13-stable/contrib/subversion/subversion/include/ |
| HD | svn_wc.h | 1420 svn_wc_notify_state_t content_state; member 1568 svn_wc_notify_state_t content_state,
|