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

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddefault_editor.c74 void **root_baton)
76 *root_baton = NULL;
70 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *dir_pool, void **root_baton) argument
H A Dbranch_migrate.c69 void **root_baton)
81 *root_baton = dir_baton;
66 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
H A Ddepth_filter_editor.c155 void **root_baton)
165 *root_baton = b;
150 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
H A Dcancel.c65 void **root_baton)
79 *root_baton = dir_baton;
62 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
H A Ddebug_editor.c85 void **root_baton)
103 *root_baton = dir_baton;
82 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
H A Dcompat.c528 void **root_baton)
537 *root_baton = db;
524 ev2_open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *result_pool, void **root_baton) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c221 void *root_baton = NULL;
324 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
325 SVN_ERR(delete(&c, root_baton, src_entry, pool));
334 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
335 SVN_ERR(add_file_or_dir(&c, root_baton, depth, tgt_fullpath,
359 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
360 SVN_ERR(delete(&c, root_baton, src_entry, pool));
361 SVN_ERR(add_file_or_dir(&c, root_baton, depth, tgt_fullpath,
369 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
370 SVN_ERR(replace_file_or_dir(&c, root_baton, dept
216 void *root_baton = NULL; local
[all...]
H A Dnode_tree.c292 void **root_baton)
302 *root_baton = d;
286 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
H A Dreporter.c1369 void *root_baton; local
1406 SVN_ERR(b->editor->open_root(b->edit_baton, s_rev, pool, &root_baton));
1411 SVN_ERR(delta_dirs(b, s_rev, s_fullpath, b->t_path, root_baton,
1416 t_entry, root_baton, b->s_operand, info,
1419 return svn_error_trace(b->editor->close_directory(root_baton, pool));
H A Ddump_editor.c546 void **root_baton)
606 *root_baton = new_db;
541 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
H A Dcommit.c421 void **root_baton)
468 *root_baton = dirb;
415 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
H A Ddump.c1554 void **root_baton)
1556 return svn_error_trace(make_dir_baton((struct dir_baton **)root_baton,
1547 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dwc_editor.c184 pool_cleanup_handler(void *root_baton) argument
186 struct dir_baton_t *db = root_baton;
198 void **root_baton)
223 *root_baton = db;
195 edit_open(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *result_pool, void **root_baton) argument
H A Dimport.c686 void *root_baton;
699 SVN_ERR(editor->open_root(edit_baton, base_rev, pool, &root_baton));
723 APR_ARRAY_PUSH(batons, void *) = root_baton;
725 root_baton,
727 pool, &root_baton));
760 SVN_ERR(import_file(editor, root_baton, local_abspath, edit_path,
778 root_baton, depth, excludes, global_ignores,
793 SVN_ERR(editor->close_directory(root_baton, pool));
685 void *root_baton; local
H A Dprop_commands.c110 void *root_baton;
113 &root_baton));
120 SVN_ERR(editor->open_file(uri_basename, root_baton,
127 SVN_ERR(editor->change_dir_prop(root_baton, propname, propval, pool));
130 return editor->close_directory(root_baton, pool);
108 void *root_baton; local
H A Dmtcc.c1367 void *root_baton; local
1461 err = editor->open_root(edit_baton, mtcc->base_revision, scratch_pool, &root_baton);
1465 root_baton, session_url, mtcc->ctx, scratch_pool);
H A Drepos_diff.c454 void **root_baton)
475 *root_baton = db;
451 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
H A Dexport.c588 void **root_baton)
599 *root_baton = db;
582 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c71 void **root_baton)
73 *root_baton = edit_baton;
67 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c188 apr_pool_t *pool, void **root_baton)
195 *root_baton = ra_svn_make_baton(eb->conn, pool, eb, token);
554 void *root_baton;
559 &root_baton));
560 store_token(ds, root_baton, token, FALSE, subpool);
186 ra_svn_open_root(void *edit_baton, svn_revnum_t rev, apr_pool_t *pool, void **root_baton) argument
553 void *root_baton; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c335 void **root_baton)
341 *root_baton = b;
330 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
H A Dexternals.c533 void **root_baton)
535 *root_baton = edit_baton;
528 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *dir_pool, void **root_baton) argument
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsync.c277 void **root_baton)
288 *root_baton = dir_baton;
274 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h903 /** Set @a *root_baton to a baton for the top directory of the change.
906 * producer should call @c close_directory on @a root_baton when done.
911 * Allocations for the returned @a root_baton should be performed in
918 void **root_baton);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c1229 void **root_baton)
1389 *root_baton = dir;
1224 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *dir_pool, void **root_baton) argument

Completed in 193 milliseconds

12