Searched refs:svn_stream_copy3 (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_client/
H A Dcat.c227 return svn_error_trace(svn_stream_copy3(normal_stream, output,
H A Dexport.c355 svn_stream_copy3(source, dst_stream, NULL, NULL, scratch_pool));
424 err = svn_stream_copy3(source, dst_stream, NULL, NULL, scratch_pool);
993 SVN_ERR(svn_stream_copy3(contents, tmp_stream, eb->cancel_func,
1038 SVN_ERR(svn_stream_copy3(contents, tmp_stream, eb->cancel_func,
H A Dutil.c437 SVN_ERR(svn_stream_copy3(pristine_stream, temp_stream, NULL, NULL,
H A Dblame.c731 SVN_ERR(svn_stream_copy3(wcfile, tempfile, ctx->cancel_func,
H A Ddiff.c846 SVN_ERR(svn_stream_copy3(stream, svn_stream_disown(outstream,
855 SVN_ERR(svn_stream_copy3(stream, svn_stream_disown(errstream,
H A Dpatch.c2612 SVN_ERR(svn_stream_copy3(patched_stream, stream,
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_ra/
H A Deditor.c106 SVN_ERR(svn_stream_copy3(contents, file_stream, NULL, NULL, scratch_pool));
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c128 return svn_error_trace(svn_stream_copy3(src_stream, dst_stream,
1038 return svn_error_trace(svn_stream_copy3(
1047 return svn_error_trace(svn_stream_copy3(
H A Dsubst.c1636 SVN_ERR(svn_stream_copy3(src_stream, dst_stream,
1800 err = svn_stream_copy3(src_stream, dst_stream, cancel_func, cancel_baton,
H A Dstream.c477 svn_error_t *svn_stream_copy3(svn_stream_t *from, svn_stream_t *to,
475 svn_error_t *svn_stream_copy3(svn_stream_t *from, svn_stream_t *to, function
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c158 SVN_ERR(svn_stream_copy3(contents, fs_contents,
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_pristine.c553 SVN_ERR(svn_stream_copy3(src_stream, dst_stream,
H A Dworkqueue.c550 SVN_ERR(svn_stream_copy3(src_stream, dst_stream,
587 SVN_ERR(svn_stream_copy3(src_stream, dst_stream,
H A Dmerge.c740 SVN_ERR(svn_stream_copy3(tmp_src, tmp_dst,
H A Dprops.c1606 SVN_ERR(svn_stream_copy3(read_stream, svn_stream_disown(stream, pool),
H A Dupgrade.c1057 SVN_ERR(svn_stream_copy3(read_stream, result_stream,
H A Dupdate_editor.c5361 SVN_ERR(svn_stream_copy3(new_base_contents, tmp_base_contents,
5378 SVN_ERR(svn_stream_copy3(new_contents, tmp_contents,
/freebsd-10.3-release/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c657 SVN_ERR(svn_stream_copy3(contents, stream, NULL, NULL, pool));
1023 SVN_ERR(svn_stream_copy3(stream,
1032 SVN_ERR(svn_stream_copy3(stream,
1481 return svn_stream_copy3(fstream, svn_stream_disown(stdout_stream, pool),
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c652 SVN_ERR(svn_stream_copy3(contents, svn_stream_disown(eb->stream, pool),
965 SVN_ERR(svn_stream_copy3(contents, file_stream, NULL, NULL, scratch_pool));
H A Dcommit.c929 SVN_ERR(svn_stream_copy3(contents, file_stream, NULL, NULL, scratch_pool));
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c1104 SVN_ERR(svn_stream_copy3(contents, tmp_stream, NULL, NULL, scratch_pool));
1214 SVN_ERR(svn_stream_copy3(contents, tmp_stream, NULL, NULL,
/freebsd-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_io.h1293 svn_stream_copy3(svn_stream_t *from,
1300 * Same as svn_stream_copy3() but the streams are not closed.
1314 * Same as svn_stream_copy3(), but without the cancellation function
/freebsd-10.3-release/contrib/subversion/subversion/svnrdump/
H A Ddump_editor.c1092 SVN_ERR(svn_stream_copy3(delta_filestream, eb->stream, NULL, NULL, pool));
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c1170 SVN_ERR(svn_stream_copy3(contents, svn_stream_disown(stream, pool),
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c3500 SVN_ERR(svn_stream_copy3(wc_stream,

Completed in 307 milliseconds

12