Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c4836 apr_size_t bytes_read1, bytes_read2; in contents_identical_p() local
4865 SVN__STREAM_CHUNK_SIZE, &bytes_read2, in contents_identical_p()
4870 if ((bytes_read1 != bytes_read2) || memcmp(buf1, buf2, bytes_read1)) in contents_identical_p()
4944 apr_size_t bytes_read1, bytes_read2, bytes_read3; in contents_three_identical_p() local
4964 SVN__STREAM_CHUNK_SIZE, &bytes_read2, in contents_three_identical_p()
4987 || (bytes_read1 != bytes_read2) in contents_three_identical_p()
4996 || (bytes_read2 != bytes_read3) in contents_three_identical_p()
4997 || memcmp(buf2, buf3, bytes_read2))) in contents_three_identical_p()
H A Dstream.c449 apr_size_t bytes_read2 = SVN__STREAM_CHUNK_SIZE; in svn_stream_contents_same2() local
454 && bytes_read2 == SVN__STREAM_CHUNK_SIZE) in svn_stream_contents_same2()
459 err = svn_stream_read_full(stream2, buf2, &bytes_read2); in svn_stream_contents_same2()
463 if ((bytes_read1 != bytes_read2) in svn_stream_contents_same2()