Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dmtcc.c62 svn_stream_t *src_stream; /* For ADD_FILE, OPEN_FILE */ member
483 svn_stream_t *src_stream, in svn_client__mtcc_add_add_file() argument
490 SVN_ERR_ASSERT(svn_relpath_is_canonical(relpath) && src_stream); in svn_client__mtcc_add_add_file()
513 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()
783 err = svn_stream_mark(op->src_stream, &mark, pool); in mtcc_prop_getter()
791 err = svn_stream_copy3(svn_stream_disown(op->src_stream, pool), in mtcc_prop_getter()
798 svn_stream_seek(op->src_stream, mark))); in mtcc_prop_getter()
945 svn_stream_t *src_stream, in svn_client__mtcc_add_update_file() argument
[all …]
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-12-stable/contrib/subversion/subversion/include/private/
Dsvn_client_mtcc.h87 svn_stream_t *src_stream,
182 svn_stream_t *src_stream,
/freebsd-12-stable/contrib/subversion/subversion/include/
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-12-stable/contrib/subversion/subversion/libsvn_subr/
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()
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-12-stable/contrib/subversion/subversion/libsvn_wc/
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()
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()
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()