Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_client/
HDmtcc.c62 svn_stream_t *src_stream; /* For ADD_FILE, OPEN_FILE */ member
482 svn_stream_t *src_stream, in svn_client__mtcc_add_add_file() argument
489 SVN_ERR_ASSERT(svn_relpath_is_canonical(relpath) && src_stream); in svn_client__mtcc_add_add_file()
512 op->src_stream = src_stream; in svn_client__mtcc_add_add_file()
719 if (stream && op->src_stream) in mtcc_prop_getter()
725 err = svn_stream_mark(op->src_stream, &mark, pool); in mtcc_prop_getter()
733 err = svn_stream_copy3(svn_stream_disown(op->src_stream, pool), in mtcc_prop_getter()
740 svn_stream_seek(op->src_stream, mark))); in mtcc_prop_getter()
887 svn_stream_t *src_stream, in svn_client__mtcc_add_update_file() argument
897 SVN_ERR_ASSERT(svn_relpath_is_canonical(relpath) && src_stream); in svn_client__mtcc_add_update_file()
[all …]
HDrepos_diff.c890 svn_stream_t *src_stream; in apply_textdelta() local
940 src_stream = svn_stream_lazyopen_create(lazy_open_source, fb, TRUE, in apply_textdelta()
948 svn_txdelta_apply(src_stream, in apply_textdelta()
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_client_mtcc.h87 svn_stream_t *src_stream,
182 svn_stream_t *src_stream,
/NextBSD/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,
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDsubst.c1637 svn_stream_t *src_stream; in detranslate_special_file() local
1646 SVN_ERR(svn_subst_read_specialfile(&src_stream, src, in detranslate_special_file()
1648 SVN_ERR(svn_stream_copy3(src_stream, dst_stream, in detranslate_special_file()
1752 svn_stream_t *src_stream; in svn_subst_copy_and_translate4() local
1777 SVN_ERR(svn_subst_read_specialfile(&src_stream, src, pool, pool)); in svn_subst_copy_and_translate4()
1781 SVN_ERR(svn_stream_open_readonly(&src_stream, src, pool, pool)); in svn_subst_copy_and_translate4()
1784 SVN_ERR(create_special_file_from_stream(src_stream, dst, pool)); in svn_subst_copy_and_translate4()
1786 return svn_error_trace(svn_stream_close(src_stream)); in svn_subst_copy_and_translate4()
1801 SVN_ERR(svn_stream_open_readonly(&src_stream, src, pool, pool)); in svn_subst_copy_and_translate4()
1813 err = svn_stream_copy3(src_stream, dst_stream, cancel_func, cancel_baton, in svn_subst_copy_and_translate4()
HDdeprecated.c109 svn_subst_translate_stream3(svn_stream_t *src_stream, in svn_subst_translate_stream3() argument
121 src_stream = svn_stream_disown(src_stream, pool); in svn_subst_translate_stream3()
129 return svn_error_trace(svn_stream_copy3(src_stream, dst_stream, in svn_subst_translate_stream3()
271 svn_stream_t *src_stream; in svn_subst_stream_detranslated() local
278 SVN_ERR(svn_stream_open_readonly(&src_stream, src, pool, pool)); in svn_subst_stream_detranslated()
281 stream_p, src_stream, in svn_subst_stream_detranslated()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDworkqueue.c466 svn_stream_t *src_stream; in run_file_install() local
526 SVN_ERR(svn_stream_open_readonly(&src_stream, source_abspath, in run_file_install()
544 SVN_ERR(svn_stream_copy3(src_stream, dst_stream, in run_file_install()
559 src_stream = svn_subst_stream_translated(src_stream, eol, in run_file_install()
579 SVN_ERR(svn_stream_copy3(src_stream, dst_stream, in run_file_install()
HDwc_db_pristine.c531 svn_stream_t *src_stream; in maybe_transfer_one_pristine() local
559 SVN_ERR(svn_stream_open_readonly(&src_stream, src_abspath, in maybe_transfer_one_pristine()
563 SVN_ERR(svn_stream_copy3(src_stream, dst_stream, in maybe_transfer_one_pristine()
HDexternals.c601 svn_stream_t *src_stream; in apply_textdelta() local
632 SVN_ERR(svn_wc__db_pristine_read(&src_stream, NULL, eb->db, in apply_textdelta()
637 src_stream = svn_stream_empty(pool); in apply_textdelta()
646 svn_txdelta_apply(src_stream, dest_stream, NULL, eb->local_abspath, pool, in apply_textdelta()