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

12

/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_repos.h1393 * the window handler returned by @a editor->apply_textdelta().
1484 * change_file_prop(), and apply_textdelta() functions will not
3763 svn_error_t *(*apply_textdelta)(svn_txdelta_window_handler_t *handler,
3788 * @a apply_textdelta callback.
3858 * that calls the @c apply_textdelta method), as it would not have
3998 /** Same as #svn_repos_parse_fns3_t.apply_textdelta. */
3999 svn_error_t *(*apply_textdelta)(svn_txdelta_window_handler_t *handler,
4015 * the delete_node_property and apply_textdelta callbacks.
3750 svn_error_t *(*apply_textdelta)(svn_txdelta_window_handler_t *handler, member in struct:svn_repos_parse_fns3_t
3986 svn_error_t *(*apply_textdelta)(svn_txdelta_window_handler_t *handler, member in struct:svn_repos_parse_fns2_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_editor.c225 /* The resulting from apply_textdelta */
2066 apply_textdelta(void *file_baton,
2439 tree_editor->apply_textdelta = apply_textdelta;
2064 apply_textdelta(void *file_baton, function
H A Dstatus.c2326 apply_textdelta(void *file_baton,
2557 tree_editor->apply_textdelta = apply_textdelta;
2320 apply_textdelta(void *file_baton, function
H A Dupdate_editor.c434 apply_textdelta(). */
3615 apply_textdelta(void *file_baton,
4999 tree_editor->apply_textdelta = apply_textdelta;
3611 apply_textdelta(void *file_baton, function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c591 C->editor->apply_textdelta. */
603 SVN_ERR(c->editor->apply_textdelta
H A Dreporter.c706 SVN_ERR(b->editor->apply_textdelta(file_baton, s_hex_digest, pool,
968 * and change_file_prop()/apply_textdelta() calls with no-op changes.
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c1938 apply_textdelta(void *baton,
2024 SVN_ERR(apply_textdelta(tb, scratch_pool));
1929 apply_textdelta(void *baton, function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dmtcc.c1134 SVN_ERR(editor->apply_textdelta(file_baton, base_checksum, txdelta_pool,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_compat.c1028 SVN_ERR(editor->apply_textdelta(file_baton, NULL, scratch_pool,
H A Dcompat.c1709 SVN_ERR(deditor->apply_textdelta(file_baton, NULL, scratch_pool,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c3034 apply_textdelta(void *baton, apr_pool_t *pool)
3115 SVN_ERR(apply_textdelta(tb, pool));
3024 apply_textdelta(void *baton, apr_pool_t *pool) function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c852 calling the editor's apply_textdelta() function on it if necessary
869 SVN_ERR(editor->apply_textdelta(file->file_baton,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c1595 return svn_error_trace(root->vtable->apply_textdelta(contents_p,

Completed in 299 milliseconds

12