Searched refs:apply_textdelta (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddefault_editor.c116 apply_textdelta(void *file_baton,
148 SVN_ERR(editor->apply_textdelta(file_baton, base_checksum,
178 apply_textdelta,
115 apply_textdelta(void *file_baton, function
H A Dbranch_migrate.c199 apply_textdelta(void *file_baton, function
208 /*SVN_ERR(eb->wrapped_editor->apply_textdelta(fb->wrapped_file_baton,
348 apply_textdelta,
H A Dcancel.c206 apply_textdelta(void *file_baton, function
217 return eb->wrapped_editor->apply_textdelta(fb->wrapped_file_baton,
376 tree_editor->apply_textdelta = apply_textdelta;
H A Ddepth_filter_editor.c309 apply_textdelta(void *file_baton,
326 SVN_ERR(eb->wrapped_editor->apply_textdelta(fb->wrapped_baton,
471 depth_filter_editor->apply_textdelta = apply_textdelta;
307 apply_textdelta(void *file_baton, function
H A Ddebug_editor.c254 apply_textdelta(void *file_baton, function
264 SVN_ERR(svn_stream_printf(eb->out, pool, "apply_textdelta : %s\n",
268 SVN_ERR(eb->wrapped_editor->apply_textdelta(fb->wrapped_file_baton,
482 tree_editor->apply_textdelta = apply_textdelta;
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c124 apply_textdelta(void *file_baton,
252 editor->apply_textdelta = apply_textdelta;
123 apply_textdelta(void *file_baton, function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dnode_tree.c363 apply_textdelta(void *file_baton,
410 my_editor->apply_textdelta = apply_textdelta;
360 apply_textdelta(void *file_baton, function
H A Ddeprecated.c1031 fns2->apply_textdelta = fns3->apply_textdelta;
1052 fns2->apply_textdelta = NULL;
1074 fns3->apply_textdelta = fns2->apply_textdelta;
H A Dload.c288 PARSE_FNS->apply_textdelta to push a text delta, otherwise use
311 SVN_ERR(parse_fns->apply_textdelta(&wh, &whb, record_baton));
551 SET_VTABLE_ENTRY(completed, provided, apply_textdelta);
H A Dload-fs-vtable.c938 apply_textdelta(svn_txdelta_window_handler_t *handler,
1249 parser->apply_textdelta = apply_textdelta;
1482 parser->apply_textdelta = NULL;
936 apply_textdelta(svn_txdelta_window_handler_t *handler, function
H A Dcommit.c568 apply_textdelta(void *file_baton,
1046 e->apply_textdelta = apply_textdelta;
565 apply_textdelta(void *file_baton, function
H A Ddump_editor.c871 apply_textdelta is called */
878 apply_textdelta(void *file_baton, const char *base_checksum,
1031 de->apply_textdelta = apply_textdelta;
876 apply_textdelta(void *file_baton, const char *base_checksum, function
H A Dreplay.c312 SVN_ERR(editor->apply_textdelta(file_baton, NULL, pool,
768 SVN_ERR(editor->apply_textdelta(file_baton, hex_digest, pool,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c548 apply_textdelta(void *file_baton,
565 return eb->wrapped_editor->apply_textdelta(fb->wrapped_baton,
700 depth_filter_editor->apply_textdelta = apply_textdelta;
546 apply_textdelta(void *file_baton, function
H A Dexternals.c598 apply_textdelta(void *file_baton,
1138 tree_editor->apply_textdelta = apply_textdelta;
596 apply_textdelta(void *file_baton, function
/freebsd-12-stable/contrib/subversion/subversion/svnsync/
H A Dsync.c404 apply_textdelta(void *file_baton, function
422 return eb->wrapped_editor->apply_textdelta(fb->wrapped_node_baton,
719 tree_editor->apply_textdelta = apply_textdelta;
/freebsd-12-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c748 SVN_ERR(commit_editor->apply_textdelta(nb->file_baton, nb->base_checksum,
756 apply_textdelta(svn_txdelta_window_handler_t *handler,
764 SVN_ERR(commit_editor->apply_textdelta(nb->file_baton, nb->base_checksum,
1132 parser->apply_textdelta = apply_textdelta;
1304 SVN_ERR(pb->wrapped_parser->apply_textdelta(handler, handler_baton,
1350 parser->apply_textdelta = filter_apply_textdelta;
754 apply_textdelta(svn_txdelta_window_handler_t *handler, function
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h779 * passed to @c apply_textdelta or @c apply_textdelta_stream to change
825 * (@c change_file_prop and/or @c apply_textdelta /
833 * have been closed, the producer must issue @c apply_textdelta /
836 * 6. When the producer calls @c apply_textdelta, it must make all of
843 * make @c apply_textdelta / @c apply_textdelta_stream calls at the end.
867 * @c apply_textdelta / @c apply_textdelta_stream and @c close_file
1021 * it stores there should be passed through to @c apply_textdelta or
1030 * by @c apply_textdelta and possibly @c close_file.
1054 * @c apply_textdelta or @c apply_textdelta_stream. If a valid revnum,
1059 * by @c apply_textdelta an
1089 svn_error_t *(*apply_textdelta)(void *file_baton, member in struct:svn_delta_editor_t
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c879 apply_textdelta(void *file_baton, function
1382 tree_editor->apply_textdelta = apply_textdelta;
H A Dexport.c703 apply_textdelta(void *file_baton,
916 editor->apply_textdelta = apply_textdelta;
1258 /* Copied from apply_textdelta(). */
700 apply_textdelta(void *file_baton, function
H A Dwc_editor.c589 editor->apply_textdelta = file_textdelta;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c1940 apply_textdelta(void *file_baton,
2406 editor->apply_textdelta = apply_textdelta;
1938 apply_textdelta(void *file_baton, function
H A Dreplay.c215 SVN_ERR(ctx->editor->apply_textdelta(node->baton, checksum, node->pool,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h409 svn_error_t *(*apply_textdelta)(svn_txdelta_window_handler_t *contents_p,
405 svn_error_t *(*apply_textdelta)(svn_txdelta_window_handler_t *contents_p, member in struct:root_vtable_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c107 svn_stream_t *dstream; /* svndiff stream for apply_textdelta */
459 ra_svn_editor->apply_textdelta = ra_svn_apply_textdelta;
782 SVN_CMD_ERR(ds->editor->apply_textdelta(entry->baton, base_checksum,

Completed in 239 milliseconds

12