Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
HDdelta.c216 void *root_baton = NULL; in svn_repos_dir_delta2() local
319 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton)); in svn_repos_dir_delta2()
320 SVN_ERR(delete(&c, root_baton, src_entry, pool)); in svn_repos_dir_delta2()
329 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton)); in svn_repos_dir_delta2()
330 SVN_ERR(add_file_or_dir(&c, root_baton, depth, tgt_fullpath, in svn_repos_dir_delta2()
354 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton)); in svn_repos_dir_delta2()
355 SVN_ERR(delete(&c, root_baton, src_entry, pool)); in svn_repos_dir_delta2()
356 SVN_ERR(add_file_or_dir(&c, root_baton, depth, tgt_fullpath, in svn_repos_dir_delta2()
364 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton)); in svn_repos_dir_delta2()
365 SVN_ERR(replace_file_or_dir(&c, root_baton, depth, src_fullpath, in svn_repos_dir_delta2()
[all …]
HDnode_tree.c289 void **root_baton) in open_root() argument
299 *root_baton = d; in open_root()
HDreporter.c1369 void *root_baton; in drive() local
1406 SVN_ERR(b->editor->open_root(b->edit_baton, s_rev, pool, &root_baton)); in drive()
1411 SVN_ERR(delta_dirs(b, s_rev, s_fullpath, b->t_path, root_baton, in drive()
1416 t_entry, root_baton, b->s_operand, info, in drive()
1419 return svn_error_trace(b->editor->close_directory(root_baton, pool)); in drive()
HDdump_editor.c544 void **root_baton) in open_root() argument
604 *root_baton = new_db; in open_root()
HDcommit.c418 void **root_baton) in open_root() argument
465 *root_baton = dirb; in open_root()
HDdump.c1550 void **root_baton) in open_root() argument
1552 return svn_error_trace(make_dir_baton((struct dir_baton **)root_baton, in open_root()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDimport.c685 void *root_baton; in import() local
698 SVN_ERR(editor->open_root(edit_baton, base_rev, pool, &root_baton)); in import()
722 APR_ARRAY_PUSH(batons, void *) = root_baton; in import()
724 root_baton, in import()
726 pool, &root_baton)); in import()
759 SVN_ERR(import_file(editor, root_baton, local_abspath, edit_path, in import()
777 root_baton, depth, excludes, global_ignores, in import()
792 SVN_ERR(editor->close_directory(root_baton, pool)); in import()
HDwc_editor.c184 pool_cleanup_handler(void *root_baton) in pool_cleanup_handler() argument
186 struct dir_baton_t *db = root_baton; in pool_cleanup_handler()
198 void **root_baton) in edit_open() argument
223 *root_baton = db; in edit_open()
HDprop_commands.c108 void *root_baton; in do_url_propset() local
111 &root_baton)); in do_url_propset()
118 SVN_ERR(editor->open_file(uri_basename, root_baton, in do_url_propset()
125 SVN_ERR(editor->change_dir_prop(root_baton, propname, propval, pool)); in do_url_propset()
128 return editor->close_directory(root_baton, pool); in do_url_propset()
HDmtcc.c1367 void *root_baton; in svn_client__mtcc_commit() local
1461 err = editor->open_root(edit_baton, mtcc->base_revision, scratch_pool, &root_baton); in svn_client__mtcc_commit()
1465 root_baton, session_url, mtcc->ctx, scratch_pool); in svn_client__mtcc_commit()
HDrepos_diff.c454 void **root_baton) in open_root() argument
475 *root_baton = db; in open_root()
HDexport.c585 void **root_baton) in open_root() argument
596 *root_baton = db; in open_root()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
HDdefault_editor.c73 void **root_baton) in open_root() argument
75 *root_baton = NULL; in open_root()
HDbranch_migrate.c69 void **root_baton) in open_root() argument
81 *root_baton = dir_baton; in open_root()
HDdepth_filter_editor.c153 void **root_baton) in open_root() argument
163 *root_baton = b; in open_root()
HDcancel.c65 void **root_baton) in open_root() argument
79 *root_baton = dir_baton; in open_root()
HDdebug_editor.c85 void **root_baton) in open_root() argument
103 *root_baton = dir_baton; in open_root()
HDcompat.c527 void **root_baton) in ev2_open_root() argument
536 *root_baton = db; in ev2_open_root()
/freebsd-13-stable/contrib/subversion/subversion/svnbench/
HDnull-export-cmd.c70 void **root_baton) in open_root() argument
72 *root_baton = edit_baton; in open_root()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
HDeditorp.c187 apr_pool_t *pool, void **root_baton) in ra_svn_open_root() argument
194 *root_baton = ra_svn_make_baton(eb->conn, pool, eb, token); in ra_svn_open_root()
553 void *root_baton; in ra_svn_handle_open_root() local
558 &root_baton)); in ra_svn_handle_open_root()
559 store_token(ds, root_baton, token, FALSE, subpool); in ra_svn_handle_open_root()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDambient_depth_filter_editor.c333 void **root_baton) in open_root() argument
339 *root_baton = b; in open_root()
HDexternals.c531 void **root_baton) in open_root() argument
533 *root_baton = edit_baton; in open_root()
/freebsd-13-stable/contrib/subversion/subversion/svnsync/
HDsync.c277 void **root_baton) in open_root() argument
288 *root_baton = dir_baton; in open_root()
/freebsd-13-stable/contrib/subversion/subversion/include/
HDsvn_delta.h914 void **root_baton);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
HDcommit.c1227 void **root_baton) in open_root() argument
1387 *root_baton = dir; in open_root()

12