Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDio.c4842 apr_size_t bytes_read1, bytes_read2, bytes_read3; in contents_three_identical_p() local
4872 SVN__STREAM_CHUNK_SIZE, &bytes_read3, in contents_three_identical_p()
4894 || (bytes_read2 != bytes_read3) in contents_three_identical_p()
4903 || (bytes_read1 != bytes_read3) in contents_three_identical_p()
4904 || memcmp(buf1, buf3, bytes_read3))) in contents_three_identical_p()