| /freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/ |
| 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()
|
| 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()
|
| D | diff_editor.c | 395 svn_boolean_t props_mod; in svn_wc__diff_base_working_diff() local 414 &had_props, &props_mod, NULL, NULL, NULL, in svn_wc__diff_base_working_diff() 432 props_mod = TRUE; /* Requires compare */ in svn_wc__diff_base_working_diff() 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() 511 if (status == svn_wc__db_status_normal && (diff_pristine || !props_mod)) in svn_wc__diff_base_working_diff() 590 svn_boolean_t props_mod; in walk_local_nodes_diff() local 609 NULL, &props_mod, NULL, NULL, NULL, in walk_local_nodes_diff() 882 && props_mod) in walk_local_nodes_diff() 937 svn_boolean_t props_mod; in svn_wc__diff_local_only_file() local [all …]
|
| 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()
|
| D | wc_db_private.h | 250 svn_boolean_t *props_mod,
|
| 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()
|
| D | wc_db.h | 1963 svn_boolean_t *props_mod, 2011 svn_boolean_t props_mod; member
|
| 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() 8982 *props_mod = have_act && !svn_sqlite__column_is_null(stmt_act, 1); in read_info() 9099 if (props_mod) in read_info() 9100 *props_mod = FALSE; in read_info() 9153 svn_boolean_t *props_mod, in svn_wc__db_read_info_internal() argument 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 [all …]
|
| D | workqueue.c | 367 svn_boolean_t props_mod, in svn_wc__wq_build_file_commit() argument
|
| 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()
|
| D | status.c | 427 if (info->props_mod) in assemble_status()
|