Home
last modified time | relevance | path

Searched refs:src_stream (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dmtcc.c513 op->src_stream = src_stream; in svn_client__mtcc_add_add_file()
586 if (op->src_stream) in mtcc_op_contains_non_delete()
777 if (stream && op->src_stream) in mtcc_prop_getter()
970 || (op->src_stream != NULL)) in svn_client__mtcc_add_update_file()
976 op->src_stream = src_stream; in svn_client__mtcc_add_update_file()
1121 if (op->src_stream) in commit_file()
1127 svn_stream_t *src_stream = op->src_stream; in commit_file() local
1156 src_stream = svn_stream_checksummed2(src_stream, &src_checksum, NULL, in commit_file()
1172 SVN_ERR(svn_stream_close(src_stream)); in commit_file()
1288 || (op->src_stream)) in add_commit_items()
[all …]
H A Drepos_diff.c886 svn_stream_t *src_stream; in apply_textdelta() local
936 src_stream = svn_stream_lazyopen_create(lazy_open_source, fb, TRUE, in apply_textdelta()
944 svn_txdelta_apply(src_stream, in apply_textdelta()
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_client_mtcc.h87 svn_stream_t *src_stream,
182 svn_stream_t *src_stream,
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_subst.h273 svn_subst_translate_stream3(svn_stream_t *src_stream,
289 svn_subst_translate_stream2(svn_stream_t *src_stream,
307 svn_subst_translate_stream(svn_stream_t *src_stream,
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c1631 svn_stream_t *src_stream; in detranslate_special_file() local
1640 SVN_ERR(svn_subst_read_specialfile(&src_stream, src, in detranslate_special_file()
1642 SVN_ERR(svn_stream_copy3(src_stream, dst_stream, in detranslate_special_file()
1745 svn_stream_t *src_stream; in svn_subst_copy_and_translate4() local
1770 SVN_ERR(svn_subst_read_specialfile(&src_stream, src, pool, pool)); in svn_subst_copy_and_translate4()
1774 SVN_ERR(svn_stream_open_readonly(&src_stream, src, pool, pool)); in svn_subst_copy_and_translate4()
1777 SVN_ERR(create_special_file_from_stream(src_stream, dst, pool)); in svn_subst_copy_and_translate4()
1779 return svn_error_trace(svn_stream_close(src_stream)); in svn_subst_copy_and_translate4()
1794 SVN_ERR(svn_stream_open_readonly(&src_stream, src, pool, pool)); in svn_subst_copy_and_translate4()
1806 err = svn_stream_copy3(src_stream, dst_stream, cancel_func, cancel_baton, in svn_subst_copy_and_translate4()
H A Ddeprecated.c110 svn_subst_translate_stream3(svn_stream_t *src_stream, in svn_subst_translate_stream3() argument
122 src_stream = svn_stream_disown(src_stream, pool); in svn_subst_translate_stream3()
130 return svn_error_trace(svn_stream_copy3(src_stream, dst_stream, in svn_subst_translate_stream3()
272 svn_stream_t *src_stream; in svn_subst_stream_detranslated() local
279 SVN_ERR(svn_stream_open_readonly(&src_stream, src, pool, pool)); in svn_subst_stream_detranslated()
282 stream_p, src_stream, in svn_subst_stream_detranslated()
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dworkqueue.c467 svn_stream_t *src_stream; in run_file_install() local
527 SVN_ERR(svn_stream_open_readonly(&src_stream, source_abspath, in run_file_install()
545 SVN_ERR(svn_stream_copy3(src_stream, dst_stream, in run_file_install()
560 src_stream = svn_subst_stream_translated(src_stream, eol, in run_file_install()
580 SVN_ERR(svn_stream_copy3(src_stream, dst_stream, in run_file_install()
H A Dwc_db_pristine.c530 svn_stream_t *src_stream; in maybe_transfer_one_pristine() local
558 SVN_ERR(svn_stream_open_readonly(&src_stream, src_abspath, in maybe_transfer_one_pristine()
562 SVN_ERR(svn_stream_copy3(src_stream, dst_stream, in maybe_transfer_one_pristine()
H A Dexternals.c603 svn_stream_t *src_stream; in apply_textdelta() local
634 SVN_ERR(svn_wc__db_pristine_read(&src_stream, NULL, eb->db, in apply_textdelta()
639 src_stream = svn_stream_empty(pool); in apply_textdelta()
648 svn_txdelta_apply(src_stream, dest_stream, NULL, eb->local_abspath, pool, in apply_textdelta()