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

12

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_delta/
H A Ddefault_editor.c71 open_root(void *edit_baton,
142 open_root,
70 open_root(void *edit_baton, function
H A Dcancel.c62 open_root(void *edit_baton, function
72 SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton,
347 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.c80 open_root(void *edit_baton, function
89 SVN_ERR(svn_stream_printf(eb->out, pool, "open_root : %ld\n",
93 SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton,
413 tree_editor->open_root = open_root;
H A Dpath_driver.c171 do what needs to be done. Otherwise, we'll do the open_root()
182 SVN_ERR(editor->open_root(edit_baton, SVN_INVALID_REVNUM, subpool, &db));
/freebsd-10.1-release/contrib/subversion/subversion/svnsync/
H A Dsync.c185 open_root(void *edit_baton, function
193 SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton,
541 SVN_ERR(eb->wrapped_editor->open_root(eb->wrapped_edit_baton,
595 tree_editor->open_root = open_root;
/freebsd-10.1-release/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().
258 /* Calculate the fs path implicitly used for editor->open_root, so
320 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
330 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
356 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
366 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
377 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: **/
386 open_root(void *edit_baton,
754 /* If no transaction has been created (ie. if open_root wasn't
972 e->open_root = open_root;
383 open_root(void *edit_baton, function
H A Ddump.c662 open_root(void *edit_baton,
1015 dump_editor->open_root = open_root;
660 open_root(void *edit_baton, function
/freebsd-10.1-release/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.c472 open_root(void *edit_baton,
1054 tree_editor->open_root = open_root;
470 open_root(void *edit_baton, function
H A Ddiff_editor.c1465 open_root(void *edit_baton,
2296 tree_editor->open_root = open_root;
1463 open_root(void *edit_baton, function
H A Dstatus.c134 /* Was open_root() called for this edit drive? */
1973 open_root(void *edit_baton,
2501 tree_editor->open_root = open_root;
1968 open_root(void *edit_baton, function
/freebsd-10.1-release/contrib/subversion/subversion/include/
H A Dsvn_delta.h674 * pass the @a edit_baton to the @c open_root function, to get a baton
696 * initial directory baton, to get things started? The @c open_root
698 * general, the producer needs to invoke the editor's @c open_root
701 * While @c open_root provides a directory baton for the root of
713 * - @c open_root () --- yielding a baton @a root for the top directory
861 svn_error_t *(*open_root)(void *edit_baton,
1226 * handler of this callback must call the editor's open_root()
857 svn_error_t *(*open_root)(void *edit_baton, member in struct:svn_delta_editor_t
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c141 /* The pool passed in by add_dir, open_dir, or open_root.
451 open_root(void *edit_baton, function
1375 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;
1343 * item is itself an empty directory (export_editor->open_root never
582 open_root(void *edit_baton, function
H A Dcopy_foreign.c414 editor->open_root = edit_open;
H A Dimport.c635 * when the editor was fetched. (I.e, when EDITOR->open_root() is
666 /* Get a root dir baton. We pass an invalid revnum to open_root
669 SVN_ERR(editor->open_root(edit_baton, SVN_INVALID_REVNUM,
H A Dprop_commands.c112 SVN_ERR(editor->open_root(edit_baton, base_revision_for_url, pool,
/freebsd-10.1-release/contrib/subversion/subversion/svnrdump/
H A Ddump_editor.c142 anchor path to the dumped node paths, and open_root() doesn't
587 open_root(void *edit_baton,
598 LDR_DBG(("open_root %p\n", *root_baton));
1251 de->open_root = open_root;
586 open_root(void *edit_baton, function
H A Dload_editor.c629 open_root on it; also create a top-level directory baton. */
653 SVN_ERR(commit_editor->open_root(commit_edit_baton,
1111 SVN_ERR(commit_editor->open_root(commit_edit_baton,
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c436 ra_svn_editor->open_root = ra_svn_open_root;
516 SVN_CMD_ERR(ds->editor->open_root(ds->edit_baton, rev, subpool,
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c1366 open_root(void *edit_baton,
2386 editor->open_root = open_root;
1363 open_root(void *edit_baton, function
H A Dreplay.c248 SVN_ERR(ctx->editor->open_root(ctx->editor_baton,

Completed in 236 milliseconds

12