Searched refs:open_directory (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_migrate.c128 open_directory(const char *path, function
138 /*SVN_ERR(eb->wrapped_editor->open_directory(path,
342 open_directory,
H A Ddepth_filter_editor.c224 open_directory(const char *path,
238 SVN_ERR(eb->wrapped_editor->open_directory(path, pb->wrapped_baton,
465 depth_filter_editor->open_directory = open_directory;
222 open_directory(const char *path, function
H A Dcancel.c129 open_directory(const char *path, function
141 SVN_ERR(eb->wrapped_editor->open_directory(path,
370 tree_editor->open_directory = open_directory;
H A Ddebug_editor.c162 open_directory(const char *path, function
173 SVN_ERR(svn_stream_printf(eb->out, pool, "open_directory : '%s':%ld\n",
178 SVN_ERR(eb->wrapped_editor->open_directory(path,
476 tree_editor->open_directory = open_directory;
H A Dpath_driver.c64 /* Call EDITOR's open_directory() function with the PATH argument, then
84 /* Call the EDITOR's open_directory function to get a new directory
87 SVN_ERR(editor->open_directory(path, parent_db, SVN_INVALID_REVNUM, subpool,
H A Dbranch_compat.c998 SVN_ERR(editor->open_directory(ev1_relpath, parent_baton,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dnode_tree.c309 open_directory(const char *path,
407 my_editor->open_directory = open_directory;
306 open_directory(const char *path, function
H A Ddump_editor.c438 - open_directory()
675 open_directory(const char *path,
1027 de->open_directory = open_directory;
673 open_directory(const char *path, function
H A Dcommit.c537 open_directory(const char *path,
1041 e->open_directory = open_directory;
534 open_directory(const char *path, function
H A Ddump.c1629 open_directory(const char *path,
1937 dump_editor->open_directory = open_directory;
1625 open_directory(const char *path, function
H A Ddelta.c803 SVN_ERR(c->editor->open_directory(edit_path, dir_baton,
H A Dreporter.c1051 SVN_ERR(b->editor->open_directory(e_path, dir_baton, s_rev, pool,
H A Dreplay.c653 SVN_ERR(editor->open_directory(edit_path, parent_baton,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c236 open_directory. */
457 open_directory(const char *path,
477 SVN_ERR(eb->wrapped_editor->open_directory(path, pb->wrapped_baton,
480 /* Note that for the update editor, the open_directory above will
694 depth_filter_editor->open_directory = open_directory;
455 open_directory(const char *path, function
H A Dstatus.c2089 open_directory(const char *path,
2552 tree_editor->open_directory = open_directory;
2083 open_directory(const char *path, function
H A Ddiff_editor.c1682 open_directory(const char *path,
2435 tree_editor->open_directory = open_directory;
1680 open_directory(const char *path, function
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsync.c335 open_directory(const char *path, function
345 SVN_ERR(eb->wrapped_editor->open_directory(path, pb->wrapped_node_baton,
713 tree_editor->open_directory = open_directory;
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h734 * @c open_directory
746 * @c add_directory and @c open_directory, where do we ever get our
753 * the tree being changed, the @c add_directory and @c open_directory
766 * - @c open_directory (@a root, "foo") --- yielding a baton @a f for `foo'
768 * - @c open_directory (@a f, "foo/bar") --- yielding a baton @a b for
801 * 1. The producer may call @c open_directory, @c add_directory,
806 * not be called on any directory entry after @c open_directory,
813 * 3. When a producer calls @c open_directory or @c add_directory,
870 * lifetime (the @a result_pool passed to @c open_directory and
973 svn_error_t *(*open_directory)(cons
969 svn_error_t *(*open_directory)(const char *path, member in struct:svn_delta_editor_t
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c707 open_directory(const char *path, function
1379 tree_editor->open_directory = open_directory;
H A Dwc_editor.c581 editor->open_directory = dir_open;
H A Dmtcc.c1239 SVN_ERR(editor->open_directory(child_relpath, dir_baton,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c1597 open_directory(const char *path,
2401 editor->open_directory = open_directory;
1595 open_directory(const char *path, function
H A Dreplay.c320 SVN_ERR(ctx->editor->open_directory(name,
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c141 * relpath and parent for open_directory and close_directory.
470 SVN_ERR(commit_editor->open_directory(relpath_compose,
552 SVN_ERR(commit_editor->open_directory(nb->path, rb->db->baton,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c453 ra_svn_editor->open_directory = ra_svn_open_dir;
636 SVN_CMD_ERR(ds->editor->open_directory(path, entry->baton, rev, subpool,

Completed in 329 milliseconds

12