Searched refs:BrotliDecoderIsFinished (Results 1 – 5 of 5) sorted by relevance
78 !BrotliDecoderIsFinished(brotli_decoder_state_)) { in Close()
311 BROTLI_DEC_API BROTLI_BOOL BrotliDecoderIsFinished(
172 } else if (BrotliDecoderIsFinished(handle->state)) { in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull()
550 if (BrotliDecoderIsFinished(self->dec)) { in brotli_Decompressor_is_finished()
2479 BROTLI_BOOL BrotliDecoderIsFinished(const BrotliDecoderState* s) { in BrotliDecoderIsFinished() function