Home
last modified time | relevance | path

Searched refs:text_mod (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
HDchanges-table.c136 result->text_mod = change->text_mod; in change_to_fs_change()
230 new_change->text_mod = change->text_mod; in fold_change()
253 if (change->text_mod) in fold_change()
254 new_change->text_mod = TRUE; in fold_change()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDwc-metadata.sql157 text_mod TEXT, field
733 text_mod TEXT field
738 conflict_new, conflict_working, prop_reject, changelist, text_mod
753 text_mod TEXT, field
763 conflict_new, conflict_working, prop_reject, changelist, text_mod
HDwc-queries.sql749 AND text_mod IS NULL
761 AND text_mod IS NULL
828 text_mod = NULL,
839 text_mod = NULL,
850 text_mod = NULL,
/freebsd-13-stable/contrib/subversion/subversion/svn/
HDutil.c511 char text_mod = '_', prop_mod = ' ', unlock = ' '; in svn_cl__get_log_message() local
524 text_mod = 'R'; in svn_cl__get_log_message()
526 text_mod = 'A'; in svn_cl__get_log_message()
528 text_mod = 'D'; in svn_cl__get_log_message()
530 text_mod = 'M'; in svn_cl__get_log_message()
539 svn_stringbuf_appendbyte(tmp_message, text_mod); in svn_cl__get_log_message()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs/
HDdeprecated.c210 change->text_mod = val->text_mod; in svn_fs_paths_changed()
HDfs-loader.c1112 copy->text_mod = change->text_mod; in svn_fs_paths_changed2()
1160 data->change.text_mod = entry->text_mod; in changes_iterator_get()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
HDchanges.c141 binary_change.flags = (change->text_mod ? CHANGE_TEXT_MOD : 0) in append_change()
266 change->text_mod = (binary_change->flags & CHANGE_TEXT_MOD) != 0; in svn_fs_x__changes_get_list()
514 change->text_mod = (binary_change->flags & CHANGE_TEXT_MOD) != 0; in svn_fs_x__changes_get_list_func()
HDtransaction.h182 svn_boolean_t text_mod,
HDlow_level.c886 change->text_mod = TRUE; in read_change()
890 change->text_mod = FALSE; in read_change()
1076 change->text_mod ? FLAG_TRUE : FLAG_FALSE, in write_change_entry()
HDtransaction.c1045 if (change->text_mod) in fold_change()
1046 old_change->text_mod = TRUE; in fold_change()
1937 svn_boolean_t text_mod, in svn_fs_x__add_change() argument
1959 change.text_mod = text_mod; in svn_fs_x__add_change()
HDtree.c238 svn_boolean_t text_mod, in add_change() argument
249 change_kind, text_mod, prop_mod, mergeinfo_mod, in add_change()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
HDfs.h338 svn_boolean_t text_mod; member
HDtree.c958 svn_boolean_t text_mod, in add_change() argument
967 change.text_mod = text_mod; in add_change()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
HDcompat.c95 change_copy->text_modified = change->text_mod ? svn_tristate_true in log4_path_change_receiver()
HDnode_tree.c367 fb->node->text_mod = TRUE; in apply_textdelta()
HDreplay.c750 && (change->text_mod || downgraded_copy)) in path_driver_cb_func()
1473 && (change->text_mod || change->prop_mod || downgraded_copy)) in replay_node()
1478 if (change->text_mod) in replay_node()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
HDtransaction.h153 svn_boolean_t text_mod,
HDlow_level.c391 info->text_mod = TRUE; in read_change()
395 info->text_mod = FALSE; in read_change()
608 change->text_mod ? FLAG_TRUE : FLAG_FALSE, in write_change_entry()
HDtransaction.c791 if (info->text_mod) in fold_change()
792 old_change->text_mod = TRUE; in fold_change()
1698 svn_boolean_t text_mod, in svn_fs_fs__add_change() argument
1716 change->text_mod = text_mod; in svn_fs_fs__add_change()
HDtree.c1368 svn_boolean_t text_mod, in add_change() argument
1379 text_mod, prop_mod, mergeinfo_mod, in add_change()
3340 output->text_mod = entry->text_mod; in convert_path_change()
/freebsd-13-stable/contrib/subversion/subversion/include/
HDsvn_fs.h1531 svn_boolean_t text_mod; member
1595 svn_boolean_t text_mod; member
1645 svn_boolean_t text_mod; member
HDsvn_repos.h2975 svn_boolean_t text_mod; member
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDcommit_util.c825 svn_boolean_t text_mod = FALSE; in harvest_status_callback() local
834 text_mod = TRUE; /* Local added files are always modified */ in harvest_status_callback()
837 text_mod = (status->text_status != svn_wc_status_normal); in harvest_status_callback()
844 if (text_mod) in harvest_status_callback()
/freebsd-13-stable/contrib/subversion/subversion/svnlook/
HDsvnlook.c619 if ((! node->text_mod) && (! node->prop_mod)) in print_changed_tree()
621 if (node->text_mod) in print_changed_tree()
919 if (node->action == 'R' && node->text_mod) in print_diff_tree()
928 if (node->text_mod) in print_diff_tree()
955 && (node->action != 'R' || node->text_mod)) in print_diff_tree()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/util/
HDfs_skels.c827 change->text_mod = TRUE; in svn_fs_base__parse_change_skel()
1408 if (change->text_mod) in svn_fs_base__unparse_change_skel()

12