Searched refs:BrotliDecoderGetErrorCode (Results 1 – 5 of 5) sorted by relevance
46 BrotliDecoderGetErrorCode(brotli_decoder_state_)); in Read()
118 return n, decodeError(C.BrotliDecoderGetErrorCode(r.state))
325 BROTLI_DEC_API BrotliDecoderErrorCode BrotliDecoderGetErrorCode(
683 result = brotli_map_error(BrotliDecoderGetErrorCode(bp->br)); in brotli_unencode_write()
2484 BrotliDecoderErrorCode BrotliDecoderGetErrorCode(const BrotliDecoderState* s) { in BrotliDecoderGetErrorCode() function