Home
last modified time | relevance | path

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

/trueos/contrib/subversion/subversion/include/
HDsvn_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,
/trueos/contrib/subversion/subversion/libsvn_subr/
HDdeprecated.c106 svn_subst_translate_stream3(svn_stream_t *src_stream, in svn_subst_translate_stream3() argument
118 src_stream = svn_stream_disown(src_stream, pool); in svn_subst_translate_stream3()
126 return svn_error_trace(svn_stream_copy3(src_stream, dst_stream, in svn_subst_translate_stream3()
268 svn_stream_t *src_stream; in svn_subst_stream_detranslated() local
275 SVN_ERR(svn_stream_open_readonly(&src_stream, src, pool, pool)); in svn_subst_stream_detranslated()
278 stream_p, src_stream, in svn_subst_stream_detranslated()
HDsubst.c1621 svn_stream_t *src_stream; in detranslate_special_file() local
1630 SVN_ERR(svn_subst_read_specialfile(&src_stream, src, in detranslate_special_file()
1632 SVN_ERR(svn_stream_copy3(src_stream, dst_stream, in detranslate_special_file()
1736 svn_stream_t *src_stream; in svn_subst_copy_and_translate4() local
1761 SVN_ERR(svn_subst_read_specialfile(&src_stream, src, pool, pool)); in svn_subst_copy_and_translate4()
1765 SVN_ERR(svn_stream_open_readonly(&src_stream, src, pool, pool)); in svn_subst_copy_and_translate4()
1768 return svn_error_trace(create_special_file_from_stream(src_stream, in svn_subst_copy_and_translate4()
1784 SVN_ERR(svn_stream_open_readonly(&src_stream, src, pool, pool)); in svn_subst_copy_and_translate4()
1796 err = svn_stream_copy3(src_stream, dst_stream, cancel_func, cancel_baton, in svn_subst_copy_and_translate4()
/trueos/contrib/subversion/subversion/libsvn_wc/
HDworkqueue.c471 svn_stream_t *src_stream; in run_file_install() local
532 SVN_ERR(svn_stream_open_readonly(&src_stream, source_abspath, in run_file_install()
550 SVN_ERR(svn_stream_copy3(src_stream, dst_stream, in run_file_install()
565 src_stream = svn_subst_stream_translated(src_stream, eol, in run_file_install()
587 SVN_ERR(svn_stream_copy3(src_stream, dst_stream, in run_file_install()
HDwc_db_pristine.c521 svn_stream_t *src_stream; in maybe_transfer_one_pristine() local
549 SVN_ERR(svn_stream_open_readonly(&src_stream, src_abspath, in maybe_transfer_one_pristine()
553 SVN_ERR(svn_stream_copy3(src_stream, dst_stream, in maybe_transfer_one_pristine()
HDexternals.c544 svn_stream_t *src_stream; in apply_textdelta() local
575 SVN_ERR(svn_wc__db_pristine_read(&src_stream, NULL, eb->db, in apply_textdelta()
580 src_stream = svn_stream_empty(pool); in apply_textdelta()
588 svn_txdelta_apply(src_stream, dest_stream, NULL, eb->local_abspath, pool, in apply_textdelta()
/trueos/contrib/subversion/subversion/libsvn_client/
HDrepos_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()