Searched refs:bytes_read2 (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | io.c | 4734 apr_size_t bytes_read1, bytes_read2; in contents_identical_p() local 4763 SVN__STREAM_CHUNK_SIZE, &bytes_read2, in contents_identical_p() 4768 if ((bytes_read1 != bytes_read2) || memcmp(buf1, buf2, bytes_read1)) in contents_identical_p() 4842 apr_size_t bytes_read1, bytes_read2, bytes_read3; in contents_three_identical_p() local 4862 SVN__STREAM_CHUNK_SIZE, &bytes_read2, in contents_three_identical_p() 4885 || (bytes_read1 != bytes_read2) in contents_three_identical_p() 4894 || (bytes_read2 != bytes_read3) in contents_three_identical_p() 4895 || memcmp(buf2, buf3, bytes_read2))) in contents_three_identical_p()
|
| HD | stream.c | 580 apr_size_t bytes_read2 = SVN__STREAM_CHUNK_SIZE; in svn_stream_contents_same2() local 585 && bytes_read2 == SVN__STREAM_CHUNK_SIZE) in svn_stream_contents_same2() 590 err = svn_stream_read_full(stream2, buf2, &bytes_read2); in svn_stream_contents_same2() 594 if ((bytes_read1 != bytes_read2) in svn_stream_contents_same2()
|