Searched refs:bytes_read2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c526 apr_size_t bytes_read2 = SVN__STREAM_CHUNK_SIZE;
531 && bytes_read2 == SVN__STREAM_CHUNK_SIZE)
536 err = svn_stream_read(stream2, buf2, &bytes_read2);
540 if ((bytes_read1 != bytes_read2)
524 apr_size_t bytes_read2 = SVN__STREAM_CHUNK_SIZE; local
H A Dio.c4196 apr_size_t bytes_read1, bytes_read2;
4225 SVN__STREAM_CHUNK_SIZE, &bytes_read2,
4230 if ((bytes_read1 != bytes_read2) || memcmp(buf1, buf2, bytes_read1))
4262 apr_size_t bytes_read1, bytes_read2, bytes_read3;
4323 SVN__STREAM_CHUNK_SIZE, &bytes_read2,
4346 || (bytes_read1 != bytes_read2)
4355 || (bytes_read2 != bytes_read3)
4356 || memcmp(buf2, buf3, bytes_read2)))
4185 apr_size_t bytes_read1, bytes_read2; local
4251 apr_size_t bytes_read1, bytes_read2, bytes_read3; local

Completed in 78 milliseconds