Home
last modified time | relevance | path

Searched refs:fulltext (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
Dreps-strings.c90 rep->contents.fulltext.string_key in make_fulltext_rep()
327 representation_t *fulltext, in rep_undeltify_range() argument
369 else if (fulltext && cb.window->sview_len > 0 && cb.window->src_ops > 0) in rep_undeltify_range()
374 (fs, fulltext->contents.fulltext.string_key, in rep_undeltify_range()
476 SVN_ERR(svn_fs_bdb__string_read(fs, rep->contents.fulltext.string_key, in rep_read_range()
600 rep->contents.fulltext.string_key, in svn_fs_base__delete_rep_if_mutable()
735 rep->contents.fulltext.string_key, in svn_fs_base__rep_contents_size()
1067 (fs, &(rep->contents.fulltext.string_key), len, buf, in rep_write()
1260 str_key = rep->contents.fulltext.string_key; in rep_contents_clear()
1541 str_key = old_rep->contents.fulltext.string_key; in svn_fs_base__rep_deltify()
Dfs.h284 } fulltext; member
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/notes/
Dstructure261 which knows whether a given string is a fulltext or a delta, and if it
272 The KIND is "fulltext" or "delta". TXN is the txn ID for the txn in
275 regardless of whether it is stored deltified or as fulltext. (For
287 storage strategy, for example from fulltext to deltified, wouldn't
293 (("fulltext" TXN [MD5 [SHA1]]) STRING-KEY)
297 Each OFFSET indicates the point in the fulltext that this
314 combine all the deltas needed to reproduce the fulltext from
341 (("fulltext" TXN CHECKSUM) "1001")
347 which, when applied to the fulltext at key "1001" in strings, results
348 in this new fulltext:
[all …]
DTODO98 - fulltext cache:
99 If we've recently computed a node's fulltext, we might want to keep
101 fulltext, too. This could be a waste, though --- the access
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dadm_crawler.c1005 svn_boolean_t fulltext, in svn_wc__internal_transmit_text_deltas() argument
1072 if (! fulltext) in svn_wc__internal_transmit_text_deltas()
1193 svn_boolean_t fulltext, in svn_wc_transmit_text_deltas3() argument
1203 fulltext, editor, in svn_wc_transmit_text_deltas3()
Dwc.h487 svn_boolean_t fulltext,
Ddeprecated.c473 svn_boolean_t fulltext, in svn_wc_transmit_text_deltas2() argument
492 local_abspath, fulltext, in svn_wc_transmit_text_deltas2()
505 svn_boolean_t fulltext, in svn_wc_transmit_text_deltas() argument
512 fulltext, editor, file_baton, pool); in svn_wc_transmit_text_deltas()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
DTODO73 the fulltext of that item will be stored in a separate file. This will
76 directly via SendFile and the fulltext caches will not be used for it.
84 be stored in fulltext every single time unless the configured threshold is
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/util/
Dfs_skels.c534 rep->contents.fulltext.string_key in svn_fs_base__parse_representation_skel()
1098 if ((! rep->contents.fulltext.string_key) in svn_fs_base__unparse_representation_skel()
1099 || (! *rep->contents.fulltext.string_key)) in svn_fs_base__unparse_representation_skel()
1102 svn_skel__prepend(svn_skel__str_atom(rep->contents.fulltext.string_key, in svn_fs_base__unparse_representation_skel()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Dcommit_util.c1895 svn_boolean_t fulltext = FALSE; in svn_client__do_commit() local
1918 fulltext = TRUE; in svn_client__do_commit()
1923 fulltext, editor, mod->file_baton, in svn_client__do_commit()
/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_wc.h7869 svn_boolean_t fulltext,
7896 svn_boolean_t fulltext,
7909 svn_boolean_t fulltext,
/freebsd-10-stable/contrib/subversion/
DCHANGES269 * fsfs: avoid constructing fulltext when delta we need is stored (r1555297)
5814 diff labels (#1080), better fulltext tmpfile names in conflicts (#1079),
6261 * conflicts now create conflict-markers in files, and 3 fulltext backups.