Searched refs:file_baton (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_migrate.c47 struct file_baton struct
156 void **file_baton)
160 struct file_baton *fb = apr_palloc(pool, sizeof(*fb));
170 *file_baton = fb;
180 void **file_baton)
184 struct file_baton *fb = apr_palloc(pool, sizeof(*fb));
193 *file_baton = fb;
199 apply_textdelta(void *file_baton, argument
205 /*struct file_baton *fb = file_baton;
151 add_file(const char *path, void *parent_baton, const char *copyfrom_path, svn_revnum_t copyfrom_revision, apr_pool_t *pool, void **file_baton) argument
176 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
218 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
232 absent_file(const char *path, void *file_baton, apr_pool_t *pool) argument
273 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Dcancel.c41 struct file_baton struct
159 void **file_baton)
163 struct file_baton *fb = apr_palloc(pool, sizeof(*fb));
175 *file_baton = fb;
185 void **file_baton)
189 struct file_baton *fb = apr_palloc(pool, sizeof(*fb));
200 *file_baton = fb;
206 apply_textdelta(void *file_baton, argument
212 struct file_baton *fb = file_baton;
154 add_file(const char *path, void *parent_baton, const char *copyfrom_path, svn_revnum_t copyfrom_revision, apr_pool_t *pool, void **file_baton) argument
181 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
225 apply_textdelta_stream(const svn_delta_editor_t *editor, void *file_baton, const char *base_checksum, svn_txdelta_stream_open_func_t open_func, void *open_baton, apr_pool_t *scratch_pool) argument
245 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
259 absent_file(const char *path, void *file_baton, apr_pool_t *pool) argument
299 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Ddebug_editor.c45 struct file_baton struct
196 void **file_baton)
200 struct file_baton *fb = apr_palloc(pool, sizeof(*fb));
218 *file_baton = fb;
228 void **file_baton)
232 struct file_baton *fb = apr_palloc(pool, sizeof(*fb));
248 *file_baton = fb;
254 apply_textdelta(void *file_baton, argument
260 struct file_baton *fb = file_baton;
191 add_file(const char *path, void *parent_baton, const char *copyfrom_path, svn_revnum_t copyfrom_revision, apr_pool_t *pool, void **file_baton) argument
224 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
278 apply_textdelta_stream(const struct svn_delta_editor_t *editor, void *file_baton, const char *base_checksum, svn_txdelta_stream_open_func_t open_func, void *open_baton, apr_pool_t *scratch_pool) argument
304 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
325 absent_file(const char *path, void *file_baton, apr_pool_t *pool) argument
380 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Ddefault_editor.c101 change_prop(void *file_baton,
116 apply_textdelta(void *file_baton,
129 close_file(void *file_baton,
139 void *file_baton,
148 SVN_ERR(editor->apply_textdelta(file_baton, base_checksum,
100 change_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
115 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
128 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
137 apply_textdelta_stream(const svn_delta_editor_t *editor, void *file_baton, const char *base_checksum, svn_txdelta_stream_open_func_t open_func, void *open_baton, apr_pool_t *scratch_pool) argument
H A Ddepth_filter_editor.c309 apply_textdelta(void *file_baton,
315 struct node_baton *fb = file_baton;
334 close_file(void *file_baton,
338 struct node_baton *fb = file_baton;
395 change_file_prop(void *file_baton,
400 struct node_baton *fb = file_baton;
307 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
332 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
393 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
H A Dcompat.c694 void **file_baton)
710 *file_baton = fb;
740 void **file_baton)
774 *file_baton = fb;
828 ev2_apply_textdelta(void *file_baton,
834 struct ev2_file_baton *fb = file_baton;
872 ev2_change_file_prop(void *file_baton,
877 struct ev2_file_baton *fb = file_baton;
899 ev2_close_file(void *file_baton,
1593 void *file_baton
688 ev2_add_file(const char *path, void *parent_baton, const char *copyfrom_path, svn_revnum_t copyfrom_revision, apr_pool_t *result_pool, void **file_baton) argument
735 ev2_open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *result_pool, void **file_baton) argument
827 ev2_apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *result_pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
871 ev2_change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *scratch_pool) argument
898 ev2_close_file(void *file_baton, const char *text_checksum, apr_pool_t *scratch_pool) argument
1592 void *file_baton = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c155 struct file_baton { struct
213 Also, the pool this file_baton is allocated in. */
280 static struct file_baton *
287 struct file_baton *file_baton = apr_pcalloc(file_pool, sizeof(*file_baton)); local
289 file_baton->parent_baton = parent_baton;
290 file_baton->edit_baton = parent_baton->edit_baton;
291 file_baton->added = added;
292 file_baton
748 add_file(const char *path, void *parent_baton, const char *copyfrom_path, svn_revnum_t copyfrom_revision, apr_pool_t *pool, void **file_baton) argument
790 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
879 apply_textdelta(void *file_baton, const char *base_md5_digest, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
967 close_file(void *file_baton, const char *expected_md5_digest, apr_pool_t *pool) argument
1144 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Dwc_editor.c384 struct file_baton_t **file_baton,
396 *file_baton = fb;
405 void **file_baton)
411 *file_baton = fb;
421 void **file_baton)
442 *file_baton = fb;
447 file_change_prop(void *file_baton, argument
452 struct file_baton_t *fb = file_baton;
472 file_textdelta(void *file_baton, argument
478 struct file_baton_t *fb = file_baton;
382 file_open_or_add(const char *path, void *parent_baton, struct file_baton_t **file_baton, apr_pool_t *file_pool) argument
401 file_open(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *result_pool, void **file_baton) argument
416 file_add(const char *path, void *parent_baton, const char *copyfrom_path, svn_revnum_t copyfrom_revision, apr_pool_t *result_pool, void **file_baton) argument
510 file_close(void *file_baton, const char *text_checksum, apr_pool_t *scratch_pool) argument
[all...]
H A Ddiff_summarize.c201 void *file_baton,
225 void *file_baton,
246 void *file_baton,
194 diff_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
216 diff_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
242 diff_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
H A Ddiff_local.c378 void *file_baton;
392 SVN_ERR(diff_processor->file_opened(&file_baton, &skip,
466 file_baton,
479 file_baton,
506 file_baton,
515 file_baton,
376 void *file_baton; local
H A Dexport.c527 struct file_baton
661 struct file_baton *fb = apr_pcalloc(pool, sizeof(*fb));
703 apply_textdelta(void *file_baton,
709 struct file_baton *fb = file_baton;
737 change_file_prop(void *file_baton,
742 struct file_baton *fb = file_baton;
793 close_file(void *file_baton,
797 struct file_baton *f
524 struct file_baton struct
700 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
734 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
790 close_file(void *file_baton, const char *text_digest, apr_pool_t *pool) argument
[all...]
H A Dcommit_util.c1520 void *file_baton;
1560 void *file_baton = NULL;
1701 file_pool, &file_baton);
1726 err = editor->change_file_prop(file_baton, prop->name,
1746 if (! file_baton)
1751 file_pool, &file_baton);
1784 (kind == svn_node_dir) ? *dir_baton : file_baton, pool);
1801 err = editor->change_file_prop(file_baton, prop->name,
1824 if (! file_baton)
1829 file_pool, &file_baton);
1519 void *file_baton; member in struct:file_mod_t
1559 void *file_baton = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_diff_tree.h258 void *file_baton,
268 void *file_baton,
283 void *file_baton,
292 void *file_baton,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c141 void *file_baton,
147 file_baton, processor, scratch_pool));
156 void *file_baton,
162 file_baton, processor, scratch_pool));
176 void *file_baton,
182 file_baton, processor, scratch_pool));
190 void *file_baton,
391 void *file_baton,
401 file_baton,
412 void *file_baton,
134 default_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
152 default_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
167 default_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
187 default_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
384 reverse_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
408 reverse_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
432 reverse_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
471 reverse_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
711 filter_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
741 filter_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
766 filter_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
800 filter_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1053 copy_as_changed_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1113 copy_as_changed_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1135 copy_as_changed_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1166 copy_as_changed_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1460 tee_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1499 tee_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1529 tee_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
1574 tee_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
[all...]
H A Ddiff_file.c778 svn_diff__file_baton_t *file_baton = baton; local
796 = &file_baton->files[datasource_to_index(datasources[i])];
798 APR_READ, APR_OS_DEFAULT, file_baton->pool));
799 SVN_ERR(svn_io_file_size_get(&filesize, file->file, file_baton->pool));
802 file->buffer = apr_palloc(file_baton->pool, (apr_size_t) length[i]);
804 length[i], 0, file_baton->pool));
824 files, datasources_len, file_baton->pool));
830 file_baton->pool));
836 file_baton->files[datasource_to_index(datasources[i])] = files[i];
858 svn_diff__file_baton_t *file_baton local
1023 svn_diff__file_baton_t *file_baton = baton; local
1152 svn_diff__file_baton_t *file_baton = baton; local
1165 svn_diff__file_baton_t *file_baton = baton; local
2318 svn_diff3__file_output_baton_t *file_baton = baton; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c101 struct file_baton
245 make_file_baton(struct file_baton **f_p,
251 struct file_baton *f = apr_pcalloc(pool, sizeof(*f));
511 struct file_baton *b = NULL;
534 struct file_baton *b;
548 apply_textdelta(void *file_baton,
554 struct file_baton *fb = file_baton;
572 close_file(void *file_baton,
576 struct file_baton *f
100 struct file_baton struct
546 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
570 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
631 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Ddiff_editor.c391 void *file_baton = NULL;
469 SVN_ERR(processor->file_opened(&file_baton, &skip, relpath,
534 file_baton,
543 file_baton,
944 void *file_baton = NULL;
1004 SVN_ERR(processor->file_opened(&file_baton, &skip,
1052 file_baton,
1388 void *file_baton = NULL;
1407 SVN_ERR(processor->file_opened(&file_baton, &skip,
1427 file_baton,
390 void *file_baton = NULL; local
943 void *file_baton = NULL; local
1387 void *file_baton = NULL; local
1923 add_file(const char *path, void *parent_baton, const char *copyfrom_path, svn_revnum_t copyfrom_revision, apr_pool_t *file_pool, void **file_baton) argument
1984 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *file_pool, void **file_baton) argument
2064 apply_textdelta(void *file_baton, const char *base_checksum_hex, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
2150 close_file(void *file_baton, const char *expected_md5_digest, apr_pool_t *pool) argument
2304 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
2724 wrap_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2779 wrap_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
2809 wrap_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
3062 filter_file_added(const char *relpath, const svn_diff_source_t *copyfrom_source, const svn_diff_source_t *right_source, const char *copyfrom_file, const char *right_file, apr_hash_t *copyfrom_props, apr_hash_t *right_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
3089 filter_file_deleted(const char *relpath, const svn_diff_source_t *left_source, const char *left_file, apr_hash_t *left_props, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
3111 filter_file_changed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const char *left_file, const char *right_file, apr_hash_t *left_props, apr_hash_t *right_props, svn_boolean_t file_modified, const apr_array_header_t *prop_changes, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
3142 filter_file_closed(const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, void *file_baton, const svn_diff_tree_processor_t *processor, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c124 apply_textdelta(void *file_baton,
130 *handler_baton = file_baton;
137 change_file_prop(void *file_baton,
142 edit_baton_t *eb = file_baton;
162 close_file(void *file_baton,
123 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
136 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
161 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump_editor.c110 struct file_baton
227 static struct file_baton *
232 struct file_baton *new_fb = apr_pcalloc(pool, sizeof(*new_fb));
331 struct file_baton *fb,
760 void **file_baton)
763 struct file_baton *fb;
787 *file_baton = fb;
796 void **file_baton)
799 struct file_baton *fb;
816 *file_baton
109 struct file_baton struct
753 add_file(const char *path, void *parent_baton, const char *copyfrom_path, svn_revnum_t copyfrom_rev, apr_pool_t *pool, void **file_baton) argument
790 open_file(const char *path, void *parent_baton, svn_revnum_t ancestor_revision, apr_pool_t *pool, void **file_baton) argument
850 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
876 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
901 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
[all...]
H A Dnode_tree.c340 void **file_baton)
344 pool, file_baton);
354 void **file_baton)
358 pool, file_baton);
363 apply_textdelta(void *file_baton,
369 struct node_baton *fb = file_baton;
333 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
346 add_file(const char *path, void *parent_baton, const char *copyfrom_path, svn_revnum_t copyfrom_revision, apr_pool_t *pool, void **file_baton) argument
360 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
H A Dcommit.c132 struct file_baton
402 struct file_baton *new_fb = apr_pcalloc(pool, sizeof(*new_fb));
568 apply_textdelta(void *file_baton,
574 struct file_baton *fb = file_baton;
601 void **file_baton)
604 FALSE /* is_dir */, pool, file_baton);
613 void **file_baton)
615 struct file_baton *new_fb;
645 *file_baton
131 struct file_baton struct
565 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
593 add_file(const char *path, void *parent_baton, const char *copy_path, svn_revnum_t copy_revision, apr_pool_t *pool, void **file_baton) argument
606 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
652 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
674 close_file(void *file_baton, const char *text_digest, apr_pool_t *pool) argument
[all...]
H A Ddelta.c118 void *file_baton,
124 void *file_baton,
594 void *file_baton,
604 (file_baton, base_checksum, pool,
627 void *file_baton,
642 change_file_prop, file_baton, subpool));
686 SVN_ERR(send_text_delta(c, file_baton, source_hex_digest,
753 void *file_baton;
758 &file_baton));
759 SVN_ERR(delta_files(context, file_baton, NUL
584 send_text_delta(struct context *c, void *file_baton, const char *base_checksum, svn_txdelta_stream_t *delta_stream, apr_pool_t *pool) argument
617 delta_files(struct context *c, void *file_baton, const char *source_path, const char *target_path, apr_pool_t *pool) argument
743 void *file_baton; local
802 void *file_baton; local
[all...]
H A Dreplay.c294 void *delta_handler_baton, *file_baton;
299 SVN_INVALID_REVNUM, pool, &file_baton));
309 SVN_ERR(editor->change_file_prop(file_baton, key, val, subpool));
312 SVN_ERR(editor->apply_textdelta(file_baton, NULL, pool,
327 SVN_ERR(editor->close_file(file_baton,
468 void *file_baton = NULL;
600 copyfrom_rev, pool, &file_baton));
666 pool, &file_baton));
734 SVN_ERR(editor->change_file_prop(file_baton, pc->name,
746 SVN_ERR(editor->change_file_prop(file_baton, "", NUL
291 void *delta_handler_baton, *file_baton; local
465 void *file_baton = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsync.c361 void **file_baton)
377 *file_baton = fb;
387 void **file_baton)
398 *file_baton = fb;
404 apply_textdelta(void *file_baton, argument
410 node_baton_t *fb = file_baton;
428 close_file(void *file_baton, argument
432 node_baton_t *fb = file_baton;
440 void *file_baton,
443 node_baton_t *fb = file_baton;
356 add_file(const char *path, void *parent_baton, const char *copyfrom_path, svn_revnum_t copyfrom_rev, apr_pool_t *pool, void **file_baton) argument
383 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
439 absent_file(const char *path, void *file_baton, apr_pool_t *pool) argument
469 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h1020 * store a baton for this new file in @a **file_baton; whatever value
1028 * Allocations for the returned @a file_baton should be performed in
1047 void **file_baton);
1052 * The callback can store a baton for this new file in @a **file_baton;
1057 * Allocations for the returned @a file_baton should be performed in
1068 void **file_baton);
1072 * @a file_baton indicates the file we're creating or updating, and the
1093 svn_error_t *(*apply_textdelta)(void *file_baton,
1100 * - @a file_baton specifies the file whose property should change.
1110 svn_error_t *(*change_file_prop)(void *file_baton,
[all...]

Completed in 394 milliseconds

12