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

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchanges-table.c138 result->text_mod = change->text_mod;
232 new_change->text_mod = change->text_mod;
255 if (change->text_mod)
256 new_change->text_mod = TRUE;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.h341 svn_boolean_t text_mod;
338 svn_boolean_t text_mod; member in struct:change_t
H A Dtree.c964 svn_boolean_t text_mod,
973 change.text_mod = text_mod;
953 add_change(svn_fs_t *fs, const char *txn_id, const char *path, const svn_fs_id_t *noderev_id, svn_fs_path_change_kind_t change_kind, svn_boolean_t text_mod, svn_boolean_t prop_mod, trail_t *trail, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcompat.c96 change_copy->text_modified = change->text_mod ? svn_tristate_true
H A Dnode_tree.c370 fb->node->text_mod = TRUE;
H A Dreplay.c700 for it regardless of what the CHANGE structure's text_mod
753 && (change->text_mod || downgraded_copy))
1463 for it regardless of what the CHANGE structure's text_mod
1478 && (change->text_mod || change->prop_mod || downgraded_copy))
1483 if (change->text_mod)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Ddeprecated.c211 change->text_mod = val->text_mod;
H A Dfs-loader.c1118 copy->text_mod = change->text_mod;
1166 data->change.text_mod = entry->text_mod;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dchanges.c141 binary_change.flags = (change->text_mod ? CHANGE_TEXT_MOD : 0)
266 change->text_mod = (binary_change->flags & CHANGE_TEXT_MOD) != 0;
514 change->text_mod = (binary_change->flags & CHANGE_TEXT_MOD) != 0;
H A Dtransaction.h182 svn_boolean_t text_mod,
H A Dlow_level.c886 change->text_mod = TRUE;
890 change->text_mod = FALSE;
1076 change->text_mod ? FLAG_TRUE : FLAG_FALSE,
H A Dtransaction.c1046 if (change->text_mod)
1047 old_change->text_mod = TRUE;
1938 svn_boolean_t text_mod,
1960 change.text_mod = text_mod;
1933 svn_fs_x__add_change(svn_fs_t *fs, svn_fs_x__txn_id_t txn_id, const char *path, svn_fs_path_change_kind_t change_kind, svn_boolean_t text_mod, svn_boolean_t prop_mod, svn_boolean_t mergeinfo_mod, svn_node_kind_t node_kind, svn_revnum_t copyfrom_rev, const char *copyfrom_path, apr_pool_t *scratch_pool) argument
H A Dtree.c243 svn_boolean_t text_mod,
254 change_kind, text_mod, prop_mod, mergeinfo_mod,
234 add_change(svn_fs_t *fs, svn_fs_x__txn_id_t txn_id, const char *path, svn_fs_path_change_kind_t change_kind, svn_boolean_t text_mod, svn_boolean_t prop_mod, svn_boolean_t mergeinfo_mod, svn_node_kind_t node_kind, svn_revnum_t copyfrom_rev, const char *copyfrom_path, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtransaction.h153 svn_boolean_t text_mod,
H A Dlow_level.c391 info->text_mod = TRUE;
395 info->text_mod = FALSE;
608 change->text_mod ? FLAG_TRUE : FLAG_FALSE,
H A Dtransaction.c792 if (info->text_mod)
793 old_change->text_mod = TRUE;
1699 svn_boolean_t text_mod,
1717 change->text_mod = text_mod;
1693 svn_fs_fs__add_change(svn_fs_t *fs, const svn_fs_fs__id_part_t *txn_id, const char *path, const svn_fs_id_t *id, svn_fs_path_change_kind_t change_kind, svn_boolean_t text_mod, svn_boolean_t prop_mod, svn_boolean_t mergeinfo_mod, svn_node_kind_t node_kind, svn_revnum_t copyfrom_rev, const char *copyfrom_path, apr_pool_t *pool) argument
H A Dtree.c1374 svn_boolean_t text_mod,
1385 text_mod, prop_mod, mergeinfo_mod,
3352 output->text_mod = entry->text_mod;
1363 add_change(svn_fs_t *fs, const svn_fs_fs__id_part_t *txn_id, const char *path, const svn_fs_id_t *noderev_id, svn_fs_path_change_kind_t change_kind, svn_boolean_t text_mod, svn_boolean_t prop_mod, svn_boolean_t mergeinfo_mod, svn_node_kind_t node_kind, svn_revnum_t copyfrom_rev, const char *copyfrom_path, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dutil.c513 char text_mod = '_', prop_mod = ' ', unlock = ' ';
526 text_mod = 'R';
528 text_mod = 'A';
530 text_mod = 'D';
532 text_mod = 'M';
541 svn_stringbuf_appendbyte(tmp_message, text_mod);
511 char text_mod = '_', prop_mod = ' ', unlock = ' '; local
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_fs.h1514 * @note The @c text_mod, @c prop_mod and @c mergeinfo_mod flags mean the
1540 svn_boolean_t text_mod;
1579 * @note The @c text_mod, @c prop_mod and @c mergeinfo_mod flags mean the
1604 svn_boolean_t text_mod;
1654 svn_boolean_t text_mod;
1531 svn_boolean_t text_mod; member in struct:svn_fs_path_change3_t
1595 svn_boolean_t text_mod; member in struct:svn_fs_path_change2_t
1645 svn_boolean_t text_mod; member in struct:svn_fs_path_change_t
H A Dsvn_repos.h2987 svn_boolean_t text_mod;
2975 svn_boolean_t text_mod; member in struct:svn_repos_node_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql157 text_mod TEXT,
733 text_mod TEXT
738 conflict_new, conflict_working, prop_reject, changelist, text_mod
753 text_mod TEXT,
763 conflict_new, conflict_working, prop_reject, changelist, text_mod
H A Dwc-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-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c826 svn_boolean_t text_mod = FALSE;
835 text_mod = TRUE; /* Local added files are always modified */
838 text_mod = (status->text_status != svn_wc_status_normal);
845 if (text_mod)
825 svn_boolean_t text_mod = FALSE; local
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c624 if ((! node->text_mod) && (! node->prop_mod))
626 if (node->text_mod)
924 if (node->action == 'R' && node->text_mod)
933 if (node->text_mod)
960 && (node->action != 'R' || node->text_mod))
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/util/
H A Dfs_skels.c830 change->text_mod = TRUE;
1412 if (change->text_mod)

Completed in 447 milliseconds

12