Searched refs:props_mod (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | translate.c | 362 svn_boolean_t props_mod; in svn_wc__sync_flags_with_props() local 373 &had_props, &props_mod, NULL, NULL, NULL, in svn_wc__sync_flags_with_props() 386 if (props_mod || had_props) in svn_wc__sync_flags_with_props() 411 if (! props_mod) in svn_wc__sync_flags_with_props()
|
| H A D | questions.c | 110 svn_boolean_t props_mod, in compare_and_verify() argument 124 if (props_mod) in compare_and_verify() 224 svn_boolean_t props_mod; in svn_wc__internal_file_modified_p() local 232 NULL, NULL, NULL, &has_props, &props_mod, in svn_wc__internal_file_modified_p() 315 has_props, props_mod, in svn_wc__internal_file_modified_p()
|
| H A D | diff_editor.c | 395 svn_boolean_t props_mod; in svn_wc__diff_base_working_diff() local 457 if (files_same && !props_mod) in svn_wc__diff_base_working_diff() 488 else if (! (had_props || props_mod)) in svn_wc__diff_base_working_diff() 590 svn_boolean_t props_mod; in walk_local_nodes_diff() local 882 && props_mod) in walk_local_nodes_diff() 937 svn_boolean_t props_mod; in svn_wc__diff_local_only_file() local 971 props_mod = FALSE; in svn_wc__diff_local_only_file() 1015 if (props_mod && !diff_pristine) in svn_wc__diff_local_only_file() 1074 svn_boolean_t props_mod; in svn_wc__diff_local_only_dir() local 1121 props_mod = FALSE; in svn_wc__diff_local_only_dir() [all …]
|
| H A D | merge.c | 1247 svn_boolean_t props_mod; in svn_wc_merge5() local 1253 &conflicted, NULL, &had_props, &props_mod, in svn_wc_merge5() 1301 if (props_mod) in svn_wc_merge5()
|
| H A D | wc_db_private.h | 250 svn_boolean_t *props_mod,
|
| H A D | props.c | 178 svn_boolean_t had_props, props_mod; in svn_wc_merge_props3() local 191 &had_props, &props_mod, &have_base, NULL, NULL, in svn_wc_merge_props3() 261 if (props_mod) in svn_wc_merge_props3()
|
| H A D | wc_db.h | 1963 svn_boolean_t *props_mod, 2011 svn_boolean_t props_mod; member
|
| H A D | wc_db.c | 327 svn_boolean_t *props_mod, 8828 svn_boolean_t *props_mod, in read_info() argument 8851 if (changelist || conflicted || props_mod) in read_info() 8980 if (props_mod) in read_info() 9099 if (props_mod) in read_info() 9100 *props_mod = FALSE; in read_info() 9168 op_root, had_props, props_mod, in svn_wc__db_read_info_internal() 9198 svn_boolean_t *props_mod, in svn_wc__db_read_info() argument 9545 if (child->props_mod) in read_children_info() 9737 && (mtb->had_props || mtb->props_mod in read_single_info() [all …]
|
| H A D | workqueue.c | 367 svn_boolean_t props_mod, in svn_wc__wq_build_file_commit() argument
|
| H A D | update_editor.c | 5568 svn_boolean_t props_mod; in svn_wc__complete_directory_add() local 5579 NULL, NULL, NULL, NULL, &had_props, &props_mod, in svn_wc__complete_directory_add() 5587 || props_mod in svn_wc__complete_directory_add()
|
| H A D | status.c | 427 if (info->props_mod) in assemble_status()
|