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

12

/freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/
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 *
253 close_directory(void *dir_baton, apr_pool_t *pool) argument
265 absent_directory(const char *path, void *dir_baton, apr_pool_t *pool) argument
294 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
86 struct dir_baton *dir_baton = apr_palloc(pool, sizeof(*dir_baton)); local
96 &dir_baton->wrapped_dir_baton));
98 dir_baton->edit_baton = edit_baton;
100 *root_baton = dir_baton;
111 struct dir_baton *pb = parent_baton;
132 struct dir_baton *pb = parent_baton;
134 struct dir_baton *
305 close_directory(void *dir_baton, apr_pool_t *pool) argument
322 absent_directory(const char *path, void *dir_baton, apr_pool_t *pool) argument
361 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Dpath_driver.c43 void *dir_baton; /* the dir baton. */
67 parent_db = item->dir_baton;
77 item->dir_baton = db;
102 SVN_ERR(editor->close_directory(item->dir_baton, item->pool));
185 item->dir_baton = db;
264 parent_db = item->dir_baton;
270 item->dir_baton = db;
42 void *dir_baton; /* the dir baton. */ member in struct:dir_stack_t
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-10-stable/contrib/subversion/subversion/include/private/
H A Dsvn_diff_tree.h176 void *dir_baton,
188 void *dir_baton,
204 void *dir_baton,
218 void *dir_baton,
232 void *dir_baton,
287 void *dir_baton,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c71 void *dir_baton,
76 dir_baton, processor,
86 void *dir_baton,
91 dir_baton, processor,
103 void *dir_baton,
109 dir_baton,
118 void *dir_baton,
132 void *dir_baton,
137 *new_file_baton = dir_baton;
207 void *dir_baton,
66 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
83 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
97 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
115 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
126 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
206 default_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
276 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
301 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
325 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
361 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
383 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
532 reverse_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
623 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
650 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
673 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
701 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
723 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
870 filter_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
959 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
1001 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
1021 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
1046 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
1065 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
1233 copy_as_changed_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1339 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
1373 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
1401 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
1437 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
1464 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
1649 tee_node_absent(const char *relpath, void *dir_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c104 struct dir_baton { struct
125 struct dir_baton *parent_baton;
156 struct dir_baton *parent_baton;
223 static struct dir_baton *
225 struct dir_baton *parent_baton,
232 struct dir_baton *dir_baton = apr_pcalloc(dir_pool, sizeof(*dir_baton)); local
234 dir_baton->parent_baton = parent_baton;
235 dir_baton
1066 close_directory(void *dir_baton, apr_pool_t *pool) argument
1178 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
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,
718 void *dir_baton;
730 SVN_ERR(diff_processor->dir_opened(&dir_baton, &skip, &skip_children, "",
788 dir_baton,
542 void *dir_baton; local
716 void *dir_baton; local
[all...]
H A Ddiff_summarize.c150 void *dir_baton,
169 void *dir_baton,
188 void *dir_baton,
144 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
164 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
185 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 Dcopy_foreign.c142 dir_change_prop(void *dir_baton, argument
147 struct dir_baton_t *db = dir_baton;
228 dir_close(void *dir_baton, argument
231 struct dir_baton_t *db = dir_baton;
H A Dimport.c192 void *dir_baton,
210 SVN_ERR(editor->add_file(edit_path, dir_baton, NULL, SVN_INVALID_REVNUM,
380 void *dir_baton,
403 void *dir_baton,
448 SVN_ERR(import_dir(editor, dir_baton, this_abspath,
456 SVN_ERR(import_file(editor, dir_baton, this_abspath,
518 void *dir_baton,
544 SVN_ERR(editor->add_directory(edit_path, dir_baton, NULL,
190 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
398 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
516 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-10-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.c584 void *dir_baton = NULL;
615 dir_baton = parent_baton;
619 SVN_ERR(eb->processor->dir_opened(&dir_baton, &skip, &skip_children,
748 eb->processor, dir_baton,
757 eb->processor, dir_baton,
770 eb->processor, dir_baton,
776 eb->processor, dir_baton,
793 eb->processor, dir_baton,
805 dir_baton,
814 eb->processor, dir_baton,
583 void *dir_baton = NULL; local
1346 void *dir_baton = NULL; local
1662 close_directory(void *dir_baton, apr_pool_t *pool) argument
2207 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
2451 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
2495 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
2516 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
2538 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
2571 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
2820 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
2842 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
2862 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
2884 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
2903 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
3040 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.c162 struct dir_baton
175 struct dir_baton *parent_baton;
231 struct dir_baton *dir_baton;
1500 baton is a struct *dir_baton or struct *file_baton. If the value doesn't
1504 If IS_DIR_BATON is true, THIS_DIR_BATON is a *dir_baton cotaining the out
1547 statushash = ((struct dir_baton *) baton)->statii;
1549 statushash = ((struct file_baton *) baton)->dir_baton->statii;
1597 struct dir_baton *b = this_dir_baton;
1633 ((struct dir_baton *) bato
159 struct dir_baton struct
228 struct dir_baton *dir_baton; member in struct:file_baton
1693 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
2005 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **dir_baton) argument
2090 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
2121 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
2367 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
2411 close_directory(void *dir_baton, apr_pool_t *pool) argument
[all...]
/freebsd-10-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,
704 void *dir_baton,
709 dir_baton, pool);
718 add_file_or_dir(struct context *c, void *dir_baton,
735 return absent_file_or_dir(c, dir_baton, edit_path, tgt_kind, pool);
742 SVN_ERR(context->editor->add_directory(edit_path, dir_baton, NUL
693 delete(struct context *c, void *dir_baton, const char *edit_path, apr_pool_t *pool) argument
708 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
762 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
819 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
838 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.c670 struct dir_baton
688 replaced. maps const char * paths to this dir_baton. (they're
716 static struct dir_baton *
721 struct dir_baton *pb,
725 struct dir_baton *new_db = apr_pcalloc(pool, sizeof(*new_db));
1528 struct dir_baton *pb = parent_baton;
1546 struct dir_baton *pb = parent_baton;
1550 struct dir_baton *new_db
1593 struct dir_baton *pb = parent_baton;
1595 struct dir_baton *new_d
666 struct dir_baton struct
1611 close_directory(void *dir_baton, apr_pool_t *pool) argument
1838 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
2202 struct dir_baton *dir_baton; member in struct:check_name_collision_baton
2246 verify_close_directory(void *dir_baton, apr_pool_t *pool) argument
[all...]
H A Dcommit.c120 struct dir_baton
123 struct dir_baton *parent;
246 static struct dir_baton *
248 struct dir_baton *parent_baton,
254 struct dir_baton *db;
280 struct dir_baton *pb = parent_baton;
394 struct dir_baton *dirb;
451 struct dir_baton *parent = parent_baton;
510 struct dir_baton *pb = parent_baton;
577 struct dir_baton *p
119 struct dir_baton struct
657 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,
915 const svn_fs_dirent_t *t_entry, void *dir_baton,
1026 SVN_ERR(b->editor->delete_entry(e_path, deleted_rev, dir_baton,
1040 SVN_ERR(b->editor->absent_directory(e_path, dir_baton, pool));
1042 SVN_ERR(b->editor->absent_file(e_path, dir_baton, pool));
1049 SVN_ERR(b->editor->open_directory(e_path, dir_baton, s_rev, pool,
1052 SVN_ERR(b->editor->add_directory(e_path, dir_baton, NULL,
1065 SVN_ERR(b->editor->open_file(e_path, dir_baton, s_re
913 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
1156 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.c176 void **dir_baton)
184 SVN_INVALID_REVNUM, pool, dir_baton));
194 SVN_ERR(editor->change_dir_prop(*dir_baton, key, val, subpool));
279 SVN_ERR(editor->add_directory(new_edit_path, *dir_baton,
287 *dir_baton, new_source_fspath,
301 SVN_ERR(editor->add_file(new_edit_path, *dir_baton, NULL,
459 path_driver_cb_func(void **dir_baton,
478 *dir_baton = NULL;
595 cb->changed_paths, pool, dir_baton));
601 pool, dir_baton));
162 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
456 path_driver_cb_func(void **dir_baton, void *parent_baton, void *callback_baton, const char *edit_path, apr_pool_t *pool) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svnrdump/
H A Ddump_editor.c46 struct dir_baton struct
70 replaced. Maps const char * paths to this dir_baton. Note that
144 struct dir_baton *pending_db;
159 static struct dir_baton *
164 struct dir_baton *pb,
168 struct dir_baton *new_db = apr_pcalloc(pool, sizeof(*new_db));
203 struct dir_baton *pb,
304 struct dir_baton *db,
476 struct dir_baton *db = eb->pending_db;
523 struct dir_baton *new_d
679 close_directory(void *dir_baton, apr_pool_t *pool) argument
[all...]
/freebsd-10-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-10-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h943 * - @a dir_baton specifies the directory whose property should change.
953 svn_error_t *(*change_dir_prop)(void *dir_baton,
958 /** We are done processing a subdirectory, whose baton is @a dir_baton
965 svn_error_t *(*close_directory)(void *dir_baton,
1233 * *dir_baton for @a path, generated from the same editor (so that the
1244 * function and return the top-level root dir baton in @a *dir_baton.
1247 void **dir_baton,
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c150 change_dir_prop(void *dir_baton,
155 edit_baton_t *eb = dir_baton;
149 change_dir_prop(void *dir_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument

Completed in 295 milliseconds

12