Searched refs:kMaxReadBytes (Results 1 – 2 of 2) sorted by relevance
244 const int32_t kMaxReadBytes = 1024; in resync() local246 uint8_t buf[kMaxReadBytes]; in resync()247 ssize_t bytesToRead = kMaxReadBytes; in resync()264 bytesToRead = kMaxReadBytes - remainingBytes; in resync()
94 const size_t kMaxReadBytes = 1024; in Resync() local96 uint8_t buf[kMaxReadBytes]; in Resync()97 ssize_t bytesToRead = kMaxReadBytes; in Resync()115 bytesToRead = kMaxReadBytes - remainingBytes; in Resync()