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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c5146 apr_size_t bytes_read1, bytes_read2;
5169 SVN__STREAM_CHUNK_SIZE, &bytes_read1,
5180 if ((bytes_read1 != bytes_read2) || memcmp(buf1, buf2, bytes_read1))
5254 apr_size_t bytes_read1, bytes_read2, bytes_read3;
5264 SVN__STREAM_CHUNK_SIZE, &bytes_read1,
5297 || (bytes_read1 != bytes_read2)
5298 || memcmp(buf1, buf2, bytes_read1)))
5315 || (bytes_read1 != bytes_read3)
5135 apr_size_t bytes_read1, bytes_read2; local
5243 apr_size_t bytes_read1, bytes_read2, bytes_read3; local
H A Dstream.c450 apr_size_t bytes_read1 = SVN__STREAM_CHUNK_SIZE;
455 while (bytes_read1 == SVN__STREAM_CHUNK_SIZE
458 err = svn_stream_read_full(stream1, buf1, &bytes_read1);
465 if ((bytes_read1 != bytes_read2)
466 || (memcmp(buf1, buf2, bytes_read1)))
448 apr_size_t bytes_read1 = SVN__STREAM_CHUNK_SIZE; local

Completed in 185 milliseconds