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()
96 const size_t kMaxReadBytes = 1024; in Resync() local98 uint8_t buf[kMaxReadBytes]; in Resync()99 ssize_t bytesToRead = kMaxReadBytes; in Resync()117 bytesToRead = kMaxReadBytes - remainingBytes; in Resync()