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

12

/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dimport.c118 void *file_baton,
201 SVN_ERR(editor->apply_textdelta_stream(editor, file_baton, NULL,
230 void *file_baton;
241 pool, &file_baton));
265 SVN_ERR(editor->change_file_prop(file_baton, pname, pval, pool));
289 SVN_ERR(editor->change_file_prop(file_baton, SVN_PROP_SPECIAL,
297 file_baton, editor, properties, pool));
301 return svn_error_trace(editor->close_file(file_baton, text_checksum, pool));
115 send_file_contents(svn_checksum_t **result_md5_checksum_p, const char *local_abspath, void *file_baton, const svn_delta_editor_t *editor, apr_hash_t *properties, apr_pool_t *pool) argument
229 void *file_baton; local
H A Dmtcc.c1111 void *file_baton,
1119 SVN_ERR(commit_properties(editor, op, file_baton, scratch_pool));
1134 SVN_ERR(editor->apply_textdelta(file_baton, base_checksum, txdelta_pool,
1180 return svn_error_trace(editor->close_file(file_baton, text_checksum,
1109 commit_file(const svn_delta_editor_t *editor, mtcc_op_t *op, void *file_baton, const char *session_url, const char *relpath, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
H A Dprop_commands.c117 void *file_baton;
121 base_revision_for_url, pool, &file_baton));
122 SVN_ERR(editor->change_file_prop(file_baton, propname, propval, pool));
123 SVN_ERR(editor->close_file(file_baton, NULL, pool));
115 void *file_baton; local
H A Dmerge.c2034 void *file_baton,
2039 struct merge_file_baton_t *fb = file_baton;
2210 void *file_baton,
2215 struct merge_file_baton_t *fb = file_baton;
2451 void *file_baton,
2456 struct merge_file_baton_t *fb = file_baton;
7729 void *file_baton;
7733 file_baton = NULL;
7735 SVN_ERR(processor->file_opened(&file_baton, &skip, target_relpath,
7747 file_baton,
2021 merge_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
2199 merge_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
2443 merge_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
7720 void *file_baton; local
7767 void *file_baton = NULL; local
[all...]
H A Ddiff.c1137 void *file_baton,
1176 void *file_baton,
1268 void *file_baton,
1125 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
1166 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
1261 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 Dconflicts.c7653 void *file_baton,
7644 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
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c223 struct file_baton
234 /* Pool specific to this file_baton. */
1504 baton is a struct *dir_baton or struct *file_baton. If the value doesn't
1553 statushash = ((struct file_baton *) baton)->dir_baton->statii;
1654 struct file_baton *b = baton;
1813 static struct file_baton *
1820 struct file_baton *f = apr_pcalloc(pool, sizeof(*f));
2292 void **file_baton)
2295 struct file_baton *new_fb = make_file_baton(pb, path, pool);
2303 *file_baton
220 struct file_baton struct
2281 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
2304 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
2320 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
2341 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
2373 close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
[all...]
H A Dexternals.c546 void **file_baton)
555 *file_baton = eb;
568 void **file_baton)
578 *file_baton = eb;
598 apply_textdelta(void *file_baton,
604 struct edit_baton *eb = file_baton;
658 change_file_prop(void *file_baton,
663 struct edit_baton *eb = file_baton;
675 close_file(void *file_baton,
679 struct edit_baton *eb = file_baton;
539 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
562 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *file_pool, void **file_baton) argument
596 apply_textdelta(void *file_baton, const char *base_checksum_digest, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
656 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
673 close_file(void *file_baton, const char *expected_md5_digest, apr_pool_t *pool) argument
[all...]
H A Dupdate_editor.c405 struct file_baton *fb;
688 struct file_baton
690 /* Pool specific to this file_baton. */
778 make_file_baton(struct file_baton **f_p,
785 struct file_baton *f = apr_pcalloc(file_pool, sizeof(*f));
934 mark_file_edited(struct file_baton *fb, apr_pool_t *scratch_pool)
975 struct file_baton *fb = hb->fb;
3087 void **file_baton)
3091 struct file_baton *fb;
3105 *file_baton
685 struct file_baton struct
3078 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
3428 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **file_baton) argument
3611 apply_textdelta(void *file_baton, const char *expected_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
3739 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *scratch_pool) argument
4192 close_file(void *file_baton, const char *expected_md5_digest, apr_pool_t *pool) argument
[all...]
H A Dadm_crawler.c1063 void *file_baton,
1158 err = editor->apply_textdelta_stream(editor, file_baton, base_digest_hex,
1225 editor->close_file(file_baton,
1238 void *file_baton,
1247 file_baton, result_pool,
1055 svn_wc__internal_transmit_text_deltas(svn_stream_t *tempstream, const svn_checksum_t **new_text_base_md5_checksum, const svn_checksum_t **new_text_base_sha1_checksum, svn_wc__db_t *db, const char *local_abspath, svn_boolean_t fulltext, const svn_delta_editor_t *editor, void *file_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1231 svn_wc_transmit_text_deltas3(const svn_checksum_t **new_text_base_md5_checksum, const svn_checksum_t **new_text_base_sha1_checksum, svn_wc_context_t *wc_ctx, const char *local_abspath, svn_boolean_t fulltext, const svn_delta_editor_t *editor, void *file_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dwc.h499 void *file_baton,
H A Ddeprecated.c477 void *file_baton,
512 editor, file_baton,
538 void *file_baton,
543 fulltext, editor, file_baton, pool);
470 svn_wc_transmit_text_deltas2(const char **tempfile, unsigned char digest[], const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t fulltext, const svn_delta_editor_t *editor, void *file_baton, apr_pool_t *pool) argument
533 svn_wc_transmit_text_deltas(const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t fulltext, const svn_delta_editor_t *editor, void *file_baton, const char **tempfile, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c282 void **file_baton)
292 *file_baton = ra_svn_make_baton(b->conn, pool, b->eb, token);
300 void **file_baton)
308 *file_baton = ra_svn_make_baton(b->conn, pool, b->eb, token);
334 static svn_error_t *ra_svn_apply_textdelta(void *file_baton,
340 ra_svn_baton_t *b = file_baton;
361 static svn_error_t *ra_svn_change_file_prop(void *file_baton,
366 ra_svn_baton_t *b = file_baton;
374 static svn_error_t *ra_svn_close_file(void *file_baton,
378 ra_svn_baton_t *b = file_baton;
276 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
295 ra_svn_open_file(const char *path, void *parent_baton, svn_revnum_t rev, apr_pool_t *pool, void **file_baton) argument
333 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
360 ra_svn_change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
373 ra_svn_close_file(void *file_baton, const char *text_checksum, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c1710 void **file_baton)
1824 *file_baton = new_file;
1834 void **file_baton)
1865 *file_baton = new_file;
1940 apply_textdelta(void *file_baton,
1946 file_context_t *ctx = file_baton;
2054 void *file_baton,
2060 file_context_t *ctx = file_baton;
2120 change_file_prop(void *file_baton,
2125 file_context_t *file = file_baton;
1703 add_file(const char *path, void *parent_baton, const char *copy_path, svn_revnum_t copy_revision, apr_pool_t *file_pool, void **file_baton) argument
1828 open_file(const char *path, void *parent_baton, svn_revnum_t base_revision, apr_pool_t *file_pool, void **file_baton) argument
1938 apply_textdelta(void *file_baton, const char *base_checksum, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton) argument
2051 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
2118 change_file_prop(void *file_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
2137 close_file(void *file_baton, const char *text_checksum, apr_pool_t *scratch_pool) argument
[all...]
H A Dupdate.c339 void *file_baton;
349 /* controlling file_baton and textdelta handler */
770 &file->file_baton));
779 &file->file_baton));
869 SVN_ERR(editor->apply_textdelta(file->file_baton,
899 SVN_ERR(ctx->editor->change_file_prop(file->file_baton,
919 SVN_ERR(ctx->editor->change_file_prop(file->file_baton,
927 SVN_ERR(ctx->editor->change_file_prop(file->file_baton,
935 SVN_ERR(ctx->editor->close_file(file->file_baton,
1141 SVN_ERR(ctx->editor->change_file_prop(file->file_baton,
337 void *file_baton; member in struct:file_baton_t
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c177 void *file_baton;
529 rb->pool, &(nb->file_baton)));
549 &(nb->file_baton)));
748 SVN_ERR(commit_editor->apply_textdelta(nb->file_baton, nb->base_checksum,
764 SVN_ERR(commit_editor->apply_textdelta(nb->file_baton, nb->base_checksum,
787 SVN_ERR(commit_editor->change_file_prop(nb->file_baton,
801 if ((nb->kind == svn_node_file) && (nb->file_baton))
803 SVN_ERR(commit_editor->close_file(nb->file_baton, NULL, nb->rb->pool));
176 void *file_baton; member in struct:node_baton
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_compat.c888 void *file_baton = NULL; local
985 result_pool, &file_baton));
1004 result_pool, &file_baton));
1015 editor, file_baton, scratch_pool));
1028 SVN_ERR(editor->apply_textdelta(file_baton, NULL, scratch_pool,
1036 if (file_baton)
1038 SVN_ERR(editor->close_file(file_baton, NULL, scratch_pool));
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c458 change_file_prop(report_baton_t *b, void *file_baton, const char *name, argument
461 return svn_error_trace(b->editor->change_file_prop(file_baton, name, value,
670 delta_files(report_baton_t *b, void *file_baton, svn_revnum_t s_rev, argument
683 change_file_prop, file_baton, pool));
706 SVN_ERR(b->editor->apply_textdelta(file_baton, s_hex_digest, pool,
H A Ddump.c1698 void **file_baton)
1731 *file_baton = NULL; /* muhahahaha */
1741 void **file_baton)
1761 *file_baton = NULL; /* muhahahaha again */
1689 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
1733 open_file(const char *path, void *parent_baton, svn_revnum_t ancestor_revision, apr_pool_t *pool, void **file_baton) argument
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h7920 * matching @a file_baton) through @a editor, then close @a file_baton
7952 void *file_baton,
7979 void *file_baton,
7992 void *file_baton,

Completed in 479 milliseconds

12