Searched refs:BrotliRead (Results 1 – 3 of 3) sorted by relevance
39 static BROTLI_INLINE int BrotliRead(BrotliInput in, uint8_t* buf, size_t len) { in BrotliRead() function
104 int bytes_read = BrotliRead(br->input_, dst, BROTLI_READ_SIZE); in BrotliReadMoreInput()
614 if (BrotliRead(br->input_, &ringbuffer[rb_pos], (size_t)nbytes) < nbytes || in CopyUncompressedBlockToOutput()624 if (BrotliRead(br->input_, &ringbuffer[rb_pos], (size_t)len) < len) { in CopyUncompressedBlockToOutput()