Searched refs:open_root (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddefault_editor.c71 open_root(void *edit_baton,
169 open_root,
70 open_root(void *edit_baton, function
H A Dbranch_migrate.c66 open_root(void *edit_baton, function
74 /*SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton,
339 open_root,
H A Dcancel.c62 open_root(void *edit_baton, function
72 SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton,
367 tree_editor->open_root = open_root;
H A Ddepth_filter_editor.c152 open_root(void *edit_baton,
162 SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton, base_revision,
462 depth_filter_editor->open_root = open_root;
150 open_root(void *edit_baton, function
H A Ddebug_editor.c82 open_root(void *edit_baton, function
91 SVN_ERR(svn_stream_printf(eb->out, pool, "open_root : %ld\n",
96 SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton,
473 tree_editor->open_root = open_root;
H A Dpath_driver.c251 call open_root() ourselves. (If the first target path is the root of
256 SVN_ERR(state->editor->open_root(state->edit_baton, SVN_INVALID_REVNUM,
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c68 open_root(void *edit_baton,
249 editor->open_root = open_root;
67 open_root(void *edit_baton, function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dnode_tree.c289 open_root(void *edit_baton,
404 my_editor->open_root = open_root;
286 open_root(void *edit_baton, function
H A Ddelta.c180 * the path used by editor->open_root().
255 /* Calculate the fs path implicitly used for editor->open_root, so
324 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
334 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
359 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
369 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
380 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
H A Dcommit.c93 open_root, or supplied by the public API caller). */
96 /** Filled in during open_root: **/
418 open_root(void *edit_baton,
812 /* If no transaction has been created (ie. if open_root wasn't
1038 e->open_root = open_root;
415 open_root(void *edit_baton, function
H A Ddump_editor.c151 anchor path to the dumped node paths, and open_root() doesn't
543 open_root(void *edit_baton,
1024 de->open_root = open_root;
541 open_root(void *edit_baton, function
H A Ddump.c1551 open_root(void *edit_baton,
1934 dump_editor->open_root = open_root;
1547 open_root(void *edit_baton, function
/freebsd-12-stable/contrib/subversion/subversion/svnsync/
H A Dsync.c274 open_root(void *edit_baton, function
282 SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton,
652 SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton,
710 tree_editor->open_root = open_root;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c58 after open_root(), except maybe for change_dir_prop() on the
332 open_root(void *edit_baton,
367 return eb->wrapped_editor->open_root(eb->wrapped_edit_baton, base_revision,
691 depth_filter_editor->open_root = open_root;
330 open_root(void *edit_baton, function
H A Dexternals.c530 open_root(void *edit_baton,
1134 tree_editor->open_root = open_root;
528 open_root(void *edit_baton, function
H A Ddiff_editor.c1570 open_root(void *edit_baton,
2432 tree_editor->open_root = open_root;
1568 open_root(void *edit_baton, function
H A Dstatus.c155 /* Was open_root() called for this edit drive? */
2017 open_root(void *edit_baton,
2549 tree_editor->open_root = open_root;
2011 open_root(void *edit_baton, function
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h725 * pass the @a edit_baton to the @c open_root function, to get a baton
747 * initial directory baton, to get things started? The @c open_root
749 * general, the producer needs to invoke the editor's @c open_root
752 * While @c open_root provides a directory baton for the root of
764 * - @c open_root () --- yielding a baton @a root for the top directory
915 svn_error_t *(*open_root)(void *edit_baton,
1317 * handler of this callback must call the editor's open_root()
1363 * calling the editor's @c open_root method; otherwise, this function
1364 * will call @c open_root.
1436 * This will not call the editor's open_root metho
911 svn_error_t *(*open_root)(void *edit_baton, member in struct:svn_delta_editor_t
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c142 /* The pool passed in by add_dir, open_dir, or open_root.
451 open_root(void *edit_baton, function
1376 tree_editor->open_root = open_root;
H A Dexport.c450 /* Abstraction of open_root.
585 open_root(void *edit_baton,
913 editor->open_root = open_root;
1338 * item is itself an empty directory (export_editor->open_root never
582 open_root(void *edit_baton, function
H A Dwc_editor.c80 /* True => 'open_root' method will act as 'add_directory' */
575 editor->open_root = edit_open;
H A Dimport.c661 * when the editor was fetched. (I.e, when EDITOR->open_root() is
699 SVN_ERR(editor->open_root(edit_baton, base_rev, pool, &root_baton));
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c1226 open_root(void *edit_baton,
2398 editor->open_root = open_root;
1224 open_root(void *edit_baton, function
H A Dreplay.c280 SVN_ERR(ctx->editor->open_root(ctx->editor_baton, (svn_revnum_t)rev,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c450 ra_svn_editor->open_root = ra_svn_open_root;
558 SVN_CMD_ERR(ds->editor->open_root(ds->edit_baton, rev, subpool,

Completed in 284 milliseconds

12