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

12

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_delta/
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 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
239 absent_file(const char *path, void *file_baton, apr_pool_t *pool) argument
279 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Ddebug_editor.c44 struct file_baton struct
189 void **file_baton)
193 struct file_baton *fb = apr_palloc(pool, sizeof(*fb));
210 *file_baton = fb;
220 void **file_baton)
224 struct file_baton *fb = apr_palloc(pool, sizeof(*fb));
239 *file_baton = fb;
245 apply_textdelta(void *file_baton, argument
251 struct file_baton *fb = file_baton;
184 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
216 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
268 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
288 absent_file(const char *path, void *file_baton, apr_pool_t *pool) argument
340 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,
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
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.c682 void **file_baton)
698 *file_baton = fb;
728 void **file_baton)
762 *file_baton = fb;
795 ev2_apply_textdelta(void *file_baton,
801 struct ev2_file_baton *fb = file_baton;
839 ev2_change_file_prop(void *file_baton,
844 struct ev2_file_baton *fb = file_baton;
866 ev2_close_file(void *file_baton,
1569 void *file_baton
676 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
723 ev2_open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *result_pool, void **file_baton) argument
794 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
838 ev2_change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *scratch_pool) argument
865 ev2_close_file(void *file_baton, const char *text_checksum, apr_pool_t *scratch_pool) argument
1568 void *file_baton = NULL; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_diff_tree.h241 void *file_baton,
251 void *file_baton,
266 void *file_baton,
275 void *file_baton,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c154 struct file_baton { struct
212 Also, the pool this file_baton is allocated in. */
279 static struct file_baton *
286 struct file_baton *file_baton = apr_pcalloc(file_pool, sizeof(*file_baton)); local
288 file_baton->parent_baton = parent_baton;
289 file_baton->edit_baton = parent_baton->edit_baton;
290 file_baton->added = added;
291 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 Dcopy_foreign.c262 void **file_baton)
286 *file_baton = fb;
291 file_change_prop(void *file_baton, argument
296 struct file_baton_t *fb = file_baton;
321 file_textdelta(void *file_baton, argument
327 struct file_baton_t *fb = file_baton;
348 file_close(void *file_baton, argument
352 struct file_baton_t *fb = file_baton;
257 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
H A Dimport.c99 void *file_baton,
126 SVN_ERR(editor->apply_textdelta(file_baton, NULL, pool,
210 void *file_baton;
221 pool, &file_baton));
245 SVN_ERR(editor->change_file_prop(file_baton, pname, pval, pool));
269 SVN_ERR(editor->change_file_prop(file_baton, SVN_PROP_SPECIAL,
276 SVN_ERR(send_file_contents(local_abspath, file_baton, editor,
283 return editor->close_file(file_baton, text_checksum, pool);
97 send_file_contents(const char *local_abspath, void *file_baton, const svn_delta_editor_t *editor, apr_hash_t *properties, unsigned char *digest, apr_pool_t *pool) argument
209 void *file_baton; local
H A Dexport.c525 struct file_baton
659 struct file_baton *fb = apr_pcalloc(pool, sizeof(*fb));
701 apply_textdelta(void *file_baton,
707 struct file_baton *fb = file_baton;
735 change_file_prop(void *file_baton,
740 struct file_baton *fb = file_baton;
791 close_file(void *file_baton,
795 struct file_baton *f
522 struct file_baton struct
698 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
732 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
788 close_file(void *file_baton, const char *text_digest, apr_pool_t *pool) argument
[all...]
H A Dcommit_util.c1427 void *file_baton;
1466 void *file_baton = NULL;
1604 file_pool, &file_baton);
1629 err = editor->change_file_prop(file_baton, prop->name,
1649 if (! file_baton)
1654 file_pool, &file_baton);
1687 (kind == svn_node_dir) ? *dir_baton : file_baton, pool);
1704 err = editor->change_file_prop(file_baton, prop->name,
1727 if (! file_baton)
1732 file_pool, &file_baton);
1426 void *file_baton; member in struct:file_mod_t
1465 void *file_baton = NULL; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c149 void *file_baton,
155 file_baton, processor, scratch_pool));
164 void *file_baton,
170 file_baton, processor, scratch_pool));
184 void *file_baton,
190 file_baton, processor, scratch_pool));
198 void *file_baton,
420 void *file_baton,
433 file_baton,
444 void *file_baton,
142 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
160 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
175 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
195 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
413 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
440 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
467 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
509 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
758 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
788 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
813 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
847 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
1100 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
1160 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
1182 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
1213 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
1507 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
1546 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
1576 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
1621 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.c768 svn_diff__file_baton_t *file_baton = baton; local
786 = &file_baton->files[datasource_to_index(datasources[i])];
788 APR_READ, APR_OS_DEFAULT, file_baton->pool));
790 file->file, file_baton->pool));
793 file->buffer = apr_palloc(file_baton->pool, (apr_size_t) length[i]);
795 length[i], 0, file_baton->pool));
815 files, datasources_len, file_baton->pool));
821 file_baton->pool));
827 file_baton->files[datasource_to_index(datasources[i])] = files[i];
849 svn_diff__file_baton_t *file_baton local
1014 svn_diff__file_baton_t *file_baton = baton; local
1144 svn_diff__file_baton_t *file_baton = baton; local
1157 svn_diff__file_baton_t *file_baton = baton; local
2249 svn_diff3__file_output_baton_t *file_baton = baton; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svnsync/
H A Dsync.c272 void **file_baton)
288 *file_baton = fb;
298 void **file_baton)
309 *file_baton = fb;
315 apply_textdelta(void *file_baton, argument
321 node_baton_t *fb = file_baton;
339 close_file(void *file_baton, argument
343 node_baton_t *fb = file_baton;
351 void *file_baton,
354 node_baton_t *fb = file_baton;
267 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
294 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
350 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...]
/freebsd-10.0-release/contrib/subversion/subversion/svnrdump/
H A Ddump_editor.c90 struct file_baton struct
222 static struct file_baton *
227 struct file_baton *new_fb = apr_pcalloc(pool, sizeof(*new_fb));
365 struct file_baton *fb,
565 struct file_baton *fb = eb->pending_baton;
815 void **file_baton)
818 struct file_baton *fb;
844 *file_baton = fb;
853 void **file_baton)
856 struct file_baton *f
809 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
848 open_file(const char *path, void *parent_baton, svn_revnum_t ancestor_revision, apr_pool_t *pool, void **file_baton) argument
914 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
958 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
995 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
[all...]
H A Dload_editor.c122 void *file_baton;
801 rb->pool, &(nb->file_baton)));
803 nb->path, rb->db->baton, nb->file_baton));
829 &(nb->file_baton)));
946 LDR_DBG(("Applying properties on %p\n", nb->file_baton));
947 SVN_ERR(commit_editor->change_file_prop(nb->file_baton, name,
972 SVN_ERR(commit_editor->change_file_prop(nb->file_baton, name,
1028 LDR_DBG(("Setting fulltext for %p\n", nb->file_baton));
1029 SVN_ERR(commit_editor->apply_textdelta(nb->file_baton, nb->base_checksum,
1045 LDR_DBG(("Applying textdelta to %p\n", nb->file_baton));
121 void *file_baton; member in struct:node_baton
[all...]
/freebsd-10.0-release/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.c421 void *file_baton = NULL;
502 SVN_ERR(processor->file_opened(&file_baton, &skip, relpath,
567 file_baton,
576 file_baton,
940 void *file_baton = NULL;
1003 SVN_ERR(processor->file_opened(&file_baton, &skip,
1051 file_baton,
1279 void *file_baton = NULL;
1298 SVN_ERR(processor->file_opened(&file_baton, &skip,
1318 file_baton,
420 void *file_baton = NULL; local
939 void *file_baton = NULL; local
1278 void *file_baton = NULL; local
1792 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
1853 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *file_pool, void **file_baton) argument
1932 apply_textdelta(void *file_baton, const char *base_checksum_hex, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
2018 close_file(void *file_baton, const char *expected_md5_digest, apr_pool_t *pool) argument
2169 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
2584 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
2639 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
2669 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
[all...]
H A Dstatus.c202 struct file_baton
213 /* Pool specific to this file_baton. */
1573 baton is a struct *dir_baton or struct *file_baton. If the value doesn't
1621 statushash = ((struct file_baton *) baton)->dir_baton->statii;
1720 struct file_baton *b = baton;
1880 static struct file_baton *
1887 struct file_baton *f = apr_pcalloc(pool, sizeof(*f));
2349 void **file_baton)
2352 struct file_baton *new_fb = make_file_baton(pb, path, pool);
2360 *file_baton
200 struct file_baton struct
2339 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
2362 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
2378 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
2399 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
2431 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_delta.h966 * store a baton for this new file in @a **file_baton; whatever value
973 * Allocations for the returned @a file_baton should be performed in
992 void **file_baton);
997 * The callback can store a baton for this new file in @a **file_baton;
1002 * Allocations for the returned @a file_baton should be performed in
1013 void **file_baton);
1017 * @a file_baton indicates the file we're creating or updating, and the
1038 svn_error_t *(*apply_textdelta)(void *file_baton,
1045 * - @a file_baton specifies the file whose property should change.
1055 svn_error_t *(*change_file_prop)(void *file_baton,
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
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.c131 struct file_baton
371 struct file_baton *new_fb = apr_pcalloc(pool, sizeof(*new_fb));
526 apply_textdelta(void *file_baton,
532 struct file_baton *fb = file_baton;
554 void **file_baton)
557 FALSE /* is_dir */, pool, file_baton);
566 void **file_baton)
568 struct file_baton *new_fb;
596 *file_baton
130 struct file_baton struct
523 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
546 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
559 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
603 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
621 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,
591 void *file_baton,
601 (file_baton, base_checksum, pool,
691 void *file_baton,
706 change_file_prop, file_baton, subpool));
762 SVN_ERR(send_text_delta(c, file_baton, source_hex_digest,
829 void *file_baton;
834 &file_baton));
835 SVN_ERR(delta_files(context, file_baton, NUL
581 send_text_delta(struct context *c, void *file_baton, const char *base_checksum, svn_txdelta_stream_t *delta_stream, apr_pool_t *pool) argument
681 delta_files(struct context *c, void *file_baton, const char *source_path, const char *target_path, apr_pool_t *pool) argument
819 void *file_baton; local
878 void *file_baton; local
[all...]
H A Dreplay.c302 void *delta_handler_baton, *file_baton;
307 SVN_INVALID_REVNUM, pool, &file_baton));
317 SVN_ERR(editor->change_file_prop(file_baton, key, val, subpool));
320 SVN_ERR(editor->apply_textdelta(file_baton, NULL, pool,
335 SVN_ERR(editor->close_file(file_baton,
476 void *file_baton = NULL;
601 copyfrom_rev, pool, &file_baton));
667 pool, &file_baton));
735 SVN_ERR(editor->change_file_prop(file_baton, pc->name,
747 SVN_ERR(editor->change_file_prop(file_baton, "", NUL
299 void *delta_handler_baton, *file_baton; local
473 void *file_baton = NULL; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c264 void **file_baton)
274 *file_baton = ra_svn_make_baton(b->conn, pool, b->eb, token);
282 void **file_baton)
290 *file_baton = ra_svn_make_baton(b->conn, pool, b->eb, token);
316 static svn_error_t *ra_svn_apply_textdelta(void *file_baton,
322 ra_svn_baton_t *b = file_baton;
349 static svn_error_t *ra_svn_change_file_prop(void *file_baton,
354 ra_svn_baton_t *b = file_baton;
362 static svn_error_t *ra_svn_close_file(void *file_baton,
366 ra_svn_baton_t *b = file_baton;
258 ra_svn_add_file(const char *path, void *parent_baton, const char *copy_path, svn_revnum_t copy_rev, apr_pool_t *pool, void **file_baton) argument
277 ra_svn_open_file(const char *path, void *parent_baton, svn_revnum_t rev, apr_pool_t *pool, void **file_baton) argument
315 ra_svn_apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *wh, void **wh_baton) argument
348 ra_svn_change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
361 ra_svn_close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
[all...]

Completed in 361 milliseconds

12