Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c4944 apr_size_t bytes_read1, bytes_read2, bytes_read3; in contents_three_identical_p() local
4974 SVN__STREAM_CHUNK_SIZE, &bytes_read3, in contents_three_identical_p()
4996 || (bytes_read2 != bytes_read3) in contents_three_identical_p()
5005 || (bytes_read1 != bytes_read3) in contents_three_identical_p()
5006 || memcmp(buf1, buf3, bytes_read3))) in contents_three_identical_p()