Home
last modified time | relevance | path

Searched refs:content_state (Results 1 – 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/svnbench/
HDnotify.c104 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/
HDnotify.c315 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/
HDwc_db_update_move.c289 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 …]
HDexternals.c679 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()
HDupdate_editor.c3990 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 …]
HDwc-queries.sql1538 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
HDutil.c89 ret->content_state = ret->prop_state = svn_wc_notify_state_unknown; in svn_wc_create_notify()
HDconflicts.c3002 || notify->content_state == svn_wc_notify_state_conflicted)) in tree_conflict_collector()
HDdeprecated.c359 n->content_state, n->prop_state, n->revision); in compat_call_notify_func()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDimport.c275 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()
HDctx.c51 n->mime_type, n->content_state, n->prop_state, in call_notify_func()
HDupdate.c464 notify->content_state = notify->prop_state in update_internal()
586 notify->content_state = notify->prop_state in update_internal()
HDpatch.c2379 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()
HDconflicts.c7002 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 …]
HDswitch.c379 notify->content_state = notify->prop_state in switch_internal()
HDshelf2.c1369 svn_wc_notify_state_t content_state, in send_notification() argument
1381 notify->content_state = content_state; in send_notification()
HDcommit_util.c1660 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()
HDblame.c473 notify->content_state = notify->prop_state in file_rev_handler()
HDexternals.c608 notify->content_state = notify->prop_state in switch_file_external()
HDmerge.c1275 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/
HDsvn_wc.h1420 svn_wc_notify_state_t content_state; member
1568 svn_wc_notify_state_t content_state,