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

12

/freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcancel.c129 open_directory(const char *path, function
141 SVN_ERR(eb->wrapped_editor->open_directory(path,
350 tree_editor->open_directory = 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 Ddebug_editor.c156 open_directory(const char *path, function
167 SVN_ERR(svn_stream_printf(eb->out, pool, "open_directory : '%s':%ld\n",
171 SVN_ERR(eb->wrapped_editor->open_directory(path,
432 tree_editor->open_directory = open_directory;
H A Dpath_driver.c49 /* Call EDITOR's open_directory() function with the PATH argument, then
69 /* Call the EDITOR's open_directory function to get a new directory
72 SVN_ERR(editor->open_directory(path, parent_db, SVN_INVALID_REVNUM, subpool,
H A Dcompat.c1686 SVN_ERR(eb->deditor->open_directory(ev1_relpath, parent_baton,
/freebsd-10-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 Dcommit.c504 open_directory(const char *path,
991 e->open_directory = open_directory;
501 open_directory(const char *path, function
H A Ddump.c1587 open_directory(const char *path,
1895 dump_editor->open_directory = open_directory;
1583 open_directory(const char *path, function
H A Ddelta.c801 SVN_ERR(c->editor->open_directory(edit_path, dir_baton,
H A Dreplay.c660 SVN_ERR(editor->open_directory(edit_path, parent_baton,
H A Dreporter.c1049 SVN_ERR(b->editor->open_directory(e_path, dir_baton, s_rev, pool,
/freebsd-10-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 Ddiff_editor.c1583 open_directory(const char *path,
2313 tree_editor->open_directory = open_directory;
1581 open_directory(const char *path, function
H A Dstatus.c2083 open_directory(const char *path,
2546 tree_editor->open_directory = open_directory;
2077 open_directory(const char *path, function
H A Dupdate_editor.c1295 open_directory() does.
2229 open_directory(const char *path,
2715 ### open_directory or add_directory. let's just preserve the
4982 tree_editor->open_directory = open_directory;
2225 open_directory(const char *path, function
/freebsd-10-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-10-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h700 * @c open_directory
712 * @c add_directory and @c open_directory, where do we ever get our
719 * the tree being changed, the @c add_directory and @c open_directory
732 * - @c open_directory (@a root, "foo") --- yielding a baton @a f for `foo'
734 * - @c open_directory (@a f, "foo/bar") --- yielding a baton @a b for
766 * 1. The producer may call @c open_directory, @c add_directory,
771 * not be called on any directory entry after @c open_directory,
778 * 3. When a producer calls @c open_directory or @c add_directory,
834 * passed to @c open_directory and @c add_directory definitely does not
936 svn_error_t *(*open_directory)(cons
932 svn_error_t *(*open_directory)(const char *path, member in struct:svn_delta_editor_t
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svnrdump/
H A Ddump_editor.c412 - open_directory()
649 open_directory(const char *path,
1116 de->open_directory = open_directory;
648 open_directory(const char *path, function
H A Dload_editor.c95 * relpath and parent for open_directory and close_directory.
620 SVN_ERR(commit_editor->open_directory(relpath_compose,
702 SVN_ERR(commit_editor->open_directory(nb->path, rb->db->baton,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c711 open_directory(const char *path, function
1383 tree_editor->open_directory = open_directory;
H A Dmtcc.c1181 SVN_ERR(editor->open_directory(child_relpath, dir_baton,
H A Dcommit_util.c1746 err = editor->open_directory(path, parent_baton,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c1618 open_directory(const char *path,
2189 editor->open_directory = open_directory;
1616 open_directory(const char *path, function
H A Dreplay.c318 SVN_ERR(ctx->editor->open_directory(name,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c443 ra_svn_editor->open_directory = ra_svn_open_dir;
599 SVN_CMD_ERR(ds->editor->open_directory(path, entry->baton, rev, subpool,

Completed in 228 milliseconds

12