| /freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/ |
| HD | delta.c | 216 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 …]
|
| HD | node_tree.c | 289 void **root_baton) in open_root() argument 299 *root_baton = d; in open_root()
|
| HD | reporter.c | 1369 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()
|
| HD | dump_editor.c | 544 void **root_baton) in open_root() argument 604 *root_baton = new_db; in open_root()
|
| HD | commit.c | 418 void **root_baton) in open_root() argument 465 *root_baton = dirb; in open_root()
|
| HD | dump.c | 1550 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/ |
| HD | import.c | 685 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()
|
| HD | wc_editor.c | 184 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()
|
| HD | prop_commands.c | 108 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()
|
| HD | mtcc.c | 1367 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()
|
| HD | repos_diff.c | 454 void **root_baton) in open_root() argument 475 *root_baton = db; in open_root()
|
| HD | export.c | 585 void **root_baton) in open_root() argument 596 *root_baton = db; in open_root()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/ |
| HD | default_editor.c | 73 void **root_baton) in open_root() argument 75 *root_baton = NULL; in open_root()
|
| HD | branch_migrate.c | 69 void **root_baton) in open_root() argument 81 *root_baton = dir_baton; in open_root()
|
| HD | depth_filter_editor.c | 153 void **root_baton) in open_root() argument 163 *root_baton = b; in open_root()
|
| HD | cancel.c | 65 void **root_baton) in open_root() argument 79 *root_baton = dir_baton; in open_root()
|
| HD | debug_editor.c | 85 void **root_baton) in open_root() argument 103 *root_baton = dir_baton; in open_root()
|
| HD | compat.c | 527 void **root_baton) in ev2_open_root() argument 536 *root_baton = db; in ev2_open_root()
|
| /freebsd-13-stable/contrib/subversion/subversion/svnbench/ |
| HD | null-export-cmd.c | 70 void **root_baton) in open_root() argument 72 *root_baton = edit_baton; in open_root()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/ |
| HD | editorp.c | 187 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/ |
| HD | ambient_depth_filter_editor.c | 333 void **root_baton) in open_root() argument 339 *root_baton = b; in open_root()
|
| HD | externals.c | 531 void **root_baton) in open_root() argument 533 *root_baton = edit_baton; in open_root()
|
| /freebsd-13-stable/contrib/subversion/subversion/svnsync/ |
| HD | sync.c | 277 void **root_baton) in open_root() argument 288 *root_baton = dir_baton; in open_root()
|
| /freebsd-13-stable/contrib/subversion/subversion/include/ |
| HD | svn_delta.h | 914 void **root_baton);
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| HD | commit.c | 1227 void **root_baton) in open_root() argument 1387 *root_baton = dir; in open_root()
|