| /NextBSD/contrib/subversion/subversion/libsvn_client/ |
| HD | mtcc.c | 62 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 …]
|
| HD | repos_diff.c | 890 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/ |
| HD | svn_client_mtcc.h | 87 svn_stream_t *src_stream, 182 svn_stream_t *src_stream,
|
| /NextBSD/contrib/subversion/subversion/include/ |
| HD | svn_subst.h | 273 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/ |
| HD | subst.c | 1637 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()
|
| HD | deprecated.c | 109 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/ |
| HD | workqueue.c | 466 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()
|
| HD | wc_db_pristine.c | 531 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()
|
| HD | externals.c | 601 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()
|