Searched refs:source_stream (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dreps-strings.c1410 svn_stream_t *source_stream; /* stream to read the source */
1468 SVN_ERR(svn_fs_base__rep_contents_read_stream(&source_stream, fs, source,
1474 svn_txdelta2(&txdelta_stream, source_stream, target_stream, TRUE, pool);
1403 svn_stream_t *source_stream; /* stream to read the source */ local
H A Dtree.c3593 svn_stream_t *source_stream;
3754 The stream is returned in tb->source_stream. */
3755 SVN_ERR(svn_fs_base__dag_get_contents(&(tb->source_stream),
3769 svn_txdelta_apply(tb->source_stream,
3581 svn_stream_t *source_stream; member in struct:txdelta_baton_t
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c2608 svn_stream_t *source_stream;
2735 The stream is returned in tb->source_stream. */
2736 SVN_ERR(svn_fs_fs__dag_get_contents(&(tb->source_stream),
2750 svn_txdelta_apply(tb->source_stream,
2598 svn_stream_t *source_stream; member in struct:txdelta_baton_t
H A Dfs_fs.c5384 svn_stream_t *source_stream, *target_stream;
5419 SVN_ERR(read_representation(&source_stream, fs, source->data_rep, pool));
5421 source_stream = svn_stream_empty(pool);
5427 svn_txdelta2(stream_p, source_stream, target_stream, FALSE, pool);
5383 svn_stream_t *source_stream, *target_stream; local

Completed in 133 milliseconds