Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dstream.c448 apr_size_t bytes_read1 = SVN__STREAM_CHUNK_SIZE; in svn_stream_contents_same2() local
453 while (bytes_read1 == SVN__STREAM_CHUNK_SIZE in svn_stream_contents_same2()
456 err = svn_stream_read_full(stream1, buf1, &bytes_read1); in svn_stream_contents_same2()
463 if ((bytes_read1 != bytes_read2) in svn_stream_contents_same2()
464 || (memcmp(buf1, buf2, bytes_read1))) in svn_stream_contents_same2()
Dio.c5135 apr_size_t bytes_read1, bytes_read2; in contents_identical_p() local
5158 SVN__STREAM_CHUNK_SIZE, &bytes_read1, in contents_identical_p()
5169 if ((bytes_read1 != bytes_read2) || memcmp(buf1, buf2, bytes_read1)) in contents_identical_p()
5243 apr_size_t bytes_read1, bytes_read2, bytes_read3; in contents_three_identical_p() local
5253 SVN__STREAM_CHUNK_SIZE, &bytes_read1, in contents_three_identical_p()
5286 || (bytes_read1 != bytes_read2) in contents_three_identical_p()
5287 || memcmp(buf1, buf2, bytes_read1))) in contents_three_identical_p()
5304 || (bytes_read1 != bytes_read3) in contents_three_identical_p()