Searched refs:dir_baton (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_migrate.c42 struct dir_baton struct
72 struct dir_baton *dir_baton = apr_palloc(pool, sizeof(*dir_baton)); local
77 &dir_baton->wrapped_dir_baton));*/
79 dir_baton->edit_baton = eb;
81 *root_baton = dir_baton;
92 /*struct dir_baton *pb = parent_baton;
110 struct dir_baton *pb = parent_baton;
112 struct dir_baton *d
246 close_directory(void *dir_baton, apr_pool_t *pool) argument
259 absent_directory(const char *path, void *dir_baton, apr_pool_t *pool) argument
290 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Dcancel.c35 struct dir_baton struct
68 struct dir_baton *dir_baton = apr_palloc(pool, sizeof(*dir_baton)); local
75 &dir_baton->wrapped_dir_baton));
77 dir_baton->edit_baton = edit_baton;
79 *root_baton = dir_baton;
90 struct dir_baton *pb = parent_baton;
109 struct dir_baton *pb = parent_baton;
111 struct dir_baton *
273 close_directory(void *dir_baton, apr_pool_t *pool) argument
285 absent_directory(const char *path, void *dir_baton, apr_pool_t *pool) argument
314 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Ddebug_editor.c39 struct dir_baton struct
88 struct dir_baton *dir_baton = apr_palloc(pool, sizeof(*dir_baton)); local
99 &dir_baton->wrapped_dir_baton));
101 dir_baton->edit_baton = edit_baton;
103 *root_baton = dir_baton;
114 struct dir_baton *pb = parent_baton;
137 struct dir_baton *pb = parent_baton;
139 struct dir_baton *
343 close_directory(void *dir_baton, apr_pool_t *pool) argument
361 absent_directory(const char *path, void *dir_baton, apr_pool_t *pool) argument
402 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Ddeprecated.c43 path_driver_2_to_3_func(void **dir_baton, argument
57 SVN_ERR(b->callback_func(dir_baton, parent_baton,
H A Dpath_driver.c42 void *dir_baton; /* the dir baton. */
53 void *dir_baton,
58 item->dir_baton = dir_baton;
82 parent_db = item->dir_baton;
114 SVN_ERR(editor->close_directory(item->dir_baton, item->pool));
321 parent_db = item->dir_baton;
41 void *dir_baton; /* the dir baton. */ member in struct:dir_stack_t
51 push_dir_stack_item(apr_array_header_t *db_stack, void *dir_baton, apr_pool_t *pool) argument
H A Ddepth_filter_editor.c365 close_directory(void *dir_baton,
368 struct node_baton *db = dir_baton;
412 change_dir_prop(void *dir_baton,
417 struct node_baton *db = dir_baton;
363 close_directory(void *dir_baton, apr_pool_t *pool) argument
410 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_diff_tree.h188 void *dir_baton,
200 void *dir_baton,
216 void *dir_baton,
230 void *dir_baton,
244 void *dir_baton,
299 void *dir_baton,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c63 void *dir_baton,
68 dir_baton, processor,
78 void *dir_baton,
83 dir_baton, processor,
95 void *dir_baton,
101 dir_baton,
110 void *dir_baton,
124 void *dir_baton,
129 *new_file_baton = dir_baton;
199 void *dir_baton,
58 default_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
75 default_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
89 default_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
107 default_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
118 default_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
198 default_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
262 reverse_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
284 reverse_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
305 reverse_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
338 reverse_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
357 reverse_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
491 reverse_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
576 filter_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
603 filter_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
626 filter_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
654 filter_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
676 filter_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
823 filter_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
912 copy_as_changed_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
954 copy_as_changed_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
974 copy_as_changed_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
999 copy_as_changed_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1018 copy_as_changed_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1186 copy_as_changed_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1292 tee_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1326 tee_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1354 tee_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1390 tee_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1417 tee_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1602 tee_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c105 struct dir_baton { struct
126 struct dir_baton *parent_baton;
157 struct dir_baton *parent_baton;
224 static struct dir_baton *
226 struct dir_baton *parent_baton,
233 struct dir_baton *dir_baton = apr_pcalloc(dir_pool, sizeof(*dir_baton)); local
235 dir_baton->parent_baton = parent_baton;
236 dir_baton
1062 close_directory(void *dir_baton, apr_pool_t *pool) argument
1174 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Ddiff_summarize.c142 void *dir_baton,
161 void *dir_baton,
180 void *dir_baton,
136 diff_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
156 diff_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
177 diff_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
H A Ddiff_local.c544 void *dir_baton;
574 SVN_ERR(diff_processor->dir_opened(&dir_baton, &skip, &skip_children,
590 dir_baton,
611 dir_baton,
623 dir_baton,
632 dir_baton,
643 dir_baton,
542 void *dir_baton; local
H A Dimport.c222 void *dir_baton,
240 SVN_ERR(editor->add_file(edit_path, dir_baton, NULL, SVN_INVALID_REVNUM,
408 void *dir_baton,
431 void *dir_baton,
476 SVN_ERR(import_dir(editor, dir_baton, this_abspath,
484 SVN_ERR(import_file(editor, dir_baton, this_abspath,
546 void *dir_baton,
572 SVN_ERR(editor->add_directory(edit_path, dir_baton, NULL,
220 import_file(const svn_delta_editor_t *editor, void *dir_baton, const char *local_abspath, const char *edit_path, const svn_io_dirent2_t *dirent, import_ctx_t *import_ctx, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
426 import_children(const char *dir_abspath, const char *edit_path, apr_hash_t *dirents, const svn_delta_editor_t *editor, void *dir_baton, svn_depth_t depth, apr_hash_t *excludes, apr_array_header_t *global_ignores, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, svn_client_import_filter_func_t filter_callback, void *filter_baton, import_ctx_t *import_ctx, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
544 import_dir(const svn_delta_editor_t *editor, void *dir_baton, const char *local_abspath, const char *edit_path, svn_depth_t depth, apr_hash_t *excludes, apr_array_header_t *global_ignores, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, svn_client_import_filter_func_t filter_callback, void *filter_baton, import_ctx_t *import_ctx, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c108 struct dir_baton
160 make_dir_baton(struct dir_baton **d_p,
163 struct dir_baton *pb,
167 struct dir_baton *d;
246 struct dir_baton *pb,
338 struct dir_baton *b;
378 struct dir_baton *pb = parent_baton;
418 struct dir_baton *pb = parent_baton;
420 struct dir_baton *b = NULL;
463 struct dir_baton *p
107 struct dir_baton struct
601 close_directory(void *dir_baton, apr_pool_t *pool) argument
648 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Dentries.h109 svn_wc__write_upgraded_entries(void **dir_baton,
H A Ddiff_editor.c587 void *dir_baton = NULL;
618 dir_baton = parent_baton;
622 SVN_ERR(eb->processor->dir_opened(&dir_baton, &skip, &skip_children,
771 eb->processor, dir_baton,
781 eb->processor, dir_baton,
794 eb->processor, dir_baton,
800 eb->processor, dir_baton,
817 eb->processor, dir_baton,
829 dir_baton,
858 eb->processor, dir_baton,
586 void *dir_baton = NULL; local
1445 void *dir_baton = NULL; local
1783 close_directory(void *dir_baton, apr_pool_t *pool) argument
2329 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
2573 wrap_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2617 wrap_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2638 wrap_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2660 wrap_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2693 wrap_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2942 filter_dir_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2964 filter_dir_deleted(const char *relpath, const svn_diff_source_t *left_source, apr_hash_t *left_props, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2984 filter_dir_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, apr_hash_t *left_props, apr_hash_t *right_props, const apr_array_header_t *prop_changes, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
3006 filter_dir_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
3025 filter_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3162 filter_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
[all...]
H A Dstatus.c163 struct dir_baton
176 struct dir_baton *parent_baton;
232 struct dir_baton *dir_baton;
1504 baton is a struct *dir_baton or struct *file_baton. If the value doesn't
1508 If IS_DIR_BATON is true, THIS_DIR_BATON is a *dir_baton cotaining the out
1551 statushash = ((struct dir_baton *) baton)->statii;
1553 statushash = ((struct file_baton *) baton)->dir_baton->statii;
1601 struct dir_baton *b = this_dir_baton;
1637 ((struct dir_baton *) bato
160 struct dir_baton struct
229 struct dir_baton *dir_baton; member in struct:file_baton
1697 make_dir_baton(void **dir_baton, const char *path, struct edit_baton *edit_baton, struct dir_baton *parent_baton, apr_pool_t *result_pool) argument
2011 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **dir_baton) argument
2096 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
2127 close_directory(void *dir_baton, apr_pool_t *pool) argument
[all...]
H A Dupdate_editor.c295 struct dir_baton
317 struct dir_baton *parent_baton;
502 struct dir_baton *pb,
571 make_dir_baton(struct dir_baton **d_p,
574 struct dir_baton *pb,
579 struct dir_baton *d;
669 maybe_release_dir_info(struct dir_baton *db)
675 struct dir_baton *pb = db->parent_baton;
712 struct dir_baton *dir_baton;
292 struct dir_baton struct
709 struct dir_baton *dir_baton; member in struct:file_baton
1154 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **dir_baton) argument
2375 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
2419 close_directory(void *dir_baton, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c132 void *dir_baton,
137 void *dir_baton,
145 void *dir_baton,
154 void *dir_baton,
160 void *dir_baton,
706 void *dir_baton,
711 dir_baton, pool);
720 add_file_or_dir(struct context *c, void *dir_baton,
737 return absent_file_or_dir(c, dir_baton, edit_path, tgt_kind, pool);
744 SVN_ERR(context->editor->add_directory(edit_path, dir_baton, NUL
695 delete(struct context *c, void *dir_baton, const char *edit_path, apr_pool_t *pool) argument
710 add_file_or_dir(struct context *c, void *dir_baton, svn_depth_t depth, const char *target_path, const char *edit_path, svn_node_kind_t tgt_kind, apr_pool_t *pool) argument
764 replace_file_or_dir(struct context *c, void *dir_baton, svn_depth_t depth, const char *source_path, const char *target_path, const char *edit_path, svn_node_kind_t tgt_kind, apr_pool_t *pool) argument
821 absent_file_or_dir(struct context *c, void *dir_baton, const char *edit_path, svn_node_kind_t tgt_kind, apr_pool_t *pool) argument
840 delta_dirs(struct context *c, void *dir_baton, svn_depth_t depth, const char *source_path, const char *target_path, const char *edit_path, apr_pool_t *pool) argument
[all...]
H A Ddump_editor.c75 struct dir_baton
99 replaced. Maps const char * paths to this dir_baton. Note that
167 struct dir_baton *pending_db;
183 make_dir_baton(struct dir_baton **dbp,
188 struct dir_baton *pb,
192 struct dir_baton *new_db = apr_pcalloc(pool, sizeof(*new_db));
229 struct dir_baton *pb,
330 struct dir_baton *db,
502 struct dir_baton *db = eb->pending_db;
549 struct dir_baton *new_d
74 struct dir_baton struct
704 close_directory(void *dir_baton, apr_pool_t *pool) argument
[all...]
H A Ddump.c699 struct dir_baton
717 replaced. maps const char * paths to this dir_baton. (they're
746 make_dir_baton(struct dir_baton **dbp,
751 struct dir_baton *pb,
755 struct dir_baton *new_db = apr_pcalloc(pool, sizeof(*new_db));
1556 return svn_error_trace(make_dir_baton((struct dir_baton **)root_baton,
1568 struct dir_baton *pb = parent_baton;
1586 struct dir_baton *pb = parent_baton;
1590 struct dir_baton *new_db;
1635 struct dir_baton *p
695 struct dir_baton struct
1653 close_directory(void *dir_baton, apr_pool_t *pool) argument
1880 get_dump_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_fs_t *fs, svn_revnum_t to_rev, const char *root_path, svn_stream_t *stream, svn_boolean_t *found_old_reference, svn_boolean_t *found_old_mergeinfo, svn_error_t *(*custom_close_directory)(void *dir_baton, apr_pool_t *scratch_pool), svn_repos_notify_func_t notify_func, void *notify_baton, svn_revnum_t oldest_dumped_rev, svn_boolean_t use_deltas, svn_boolean_t verify, svn_boolean_t check_normalization, apr_pool_t *pool) argument
2293 struct dir_baton *dir_baton; member in struct:check_name_collision_baton
2337 verify_close_directory(void *dir_baton, apr_pool_t *pool) argument
[all...]
H A Dcommit.c120 struct dir_baton
123 struct dir_baton *parent;
273 static struct dir_baton *
275 struct dir_baton *parent_baton,
281 struct dir_baton *db;
307 struct dir_baton *pb = parent_baton;
394 struct dir_baton *new_db = make_dir_baton(eb, pb, full_path, was_copied,
423 struct dir_baton *dirb;
480 struct dir_baton *parent = parent_baton;
543 struct dir_baton *p
119 struct dir_baton struct
702 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Dreporter.c160 void *dir_baton, const char *e_path,
448 change_dir_prop(report_baton_t *b, void *dir_baton, const char *name, argument
451 return svn_error_trace(b->editor->change_dir_prop(dir_baton, name, value,
917 const svn_fs_dirent_t *t_entry, void *dir_baton,
1028 SVN_ERR(b->editor->delete_entry(e_path, deleted_rev, dir_baton,
1042 SVN_ERR(b->editor->absent_directory(e_path, dir_baton, pool));
1044 SVN_ERR(b->editor->absent_file(e_path, dir_baton, pool));
1051 SVN_ERR(b->editor->open_directory(e_path, dir_baton, s_rev, pool,
1054 SVN_ERR(b->editor->add_directory(e_path, dir_baton, NULL,
1067 SVN_ERR(b->editor->open_file(e_path, dir_baton, s_re
915 update_entry(report_baton_t *b, svn_revnum_t s_rev, const char *s_path, const svn_fs_dirent_t *s_entry, const char *t_path, const svn_fs_dirent_t *t_entry, void *dir_baton, const char *e_path, path_info_t *info, svn_depth_t wc_depth, svn_depth_t requested_depth, apr_pool_t *pool) argument
1158 delta_dirs(report_baton_t *b, svn_revnum_t s_rev, const char *s_path, const char *t_path, void *dir_baton, const char *e_path, svn_boolean_t start_empty, svn_depth_t wc_depth, svn_depth_t requested_depth, apr_pool_t *pool) argument
[all...]
H A Dreplay.c173 void **dir_baton)
181 SVN_INVALID_REVNUM, pool, dir_baton));
191 SVN_ERR(editor->change_dir_prop(*dir_baton, key, val, subpool));
276 SVN_ERR(editor->add_directory(new_edit_path, *dir_baton,
284 *dir_baton, new_source_fspath,
298 SVN_ERR(editor->add_file(new_edit_path, *dir_baton, NULL,
456 path_driver_cb_func(void **dir_baton,
475 *dir_baton = NULL;
588 cb->changed_paths, pool, dir_baton));
594 pool, dir_baton));
159 add_subdir(svn_fs_root_t *source_root, svn_fs_root_t *target_root, const svn_delta_editor_t *editor, void *edit_baton, const char *edit_path, void *parent_baton, const char *source_fspath, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_hash_t *changed_paths, apr_pool_t *pool, void **dir_baton) argument
453 path_driver_cb_func(void **dir_baton, const svn_delta_editor_t *editor, void *edit_baton, void *parent_baton, void *callback_baton, const char *edit_path, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsync.c280 node_baton_t *dir_baton = apr_palloc(pool, sizeof(*dir_baton)); local
284 &dir_baton->wrapped_node_baton));
287 dir_baton->edit_baton = edit_baton;
288 *root_baton = dir_baton;
449 close_directory(void *dir_baton, argument
452 node_baton_t *db = dir_baton;
459 void *dir_baton,
462 node_baton_t *db = dir_baton;
528 change_dir_prop(void *dir_baton, argument
458 absent_directory(const char *path, void *dir_baton, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h980 * - @a dir_baton specifies the directory whose property should change.
990 svn_error_t *(*change_dir_prop)(void *dir_baton,
995 /** We are done processing a subdirectory, whose baton is @a dir_baton
1002 svn_error_t *(*close_directory)(void *dir_baton,
1303 * with an added directory) it must set @a *dir_baton to null or leave
1307 * @a *dir_baton to the directory baton for @a relpath, generated from
1311 * set @a *dir_baton to null or leave it unchanged. The handler must
1318 * function and return the top-level root dir baton in @a *dir_baton.
1323 void **dir_baton,
1340 void **dir_baton,
[all...]

Completed in 422 milliseconds

12