Searched refs:BrotliEncoderHasMoreOutput (Results 1 – 4 of 4) sorted by relevance
146 context[2] = BrotliEncoderHasMoreOutput(handle->state) ? 1 : 0; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush()170 context[2] = BrotliEncoderHasMoreOutput(handle->state) ? 1 : 0; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePull()
381 BROTLI_ENC_API BROTLI_BOOL BrotliEncoderHasMoreOutput(
114 if (available_in || BrotliEncoderHasMoreOutput(enc)) { in compress_stream()
1830 !BrotliEncoderHasMoreOutput(s)); in BrotliEncoderIsFinished()1833 BROTLI_BOOL BrotliEncoderHasMoreOutput(BrotliEncoderState* s) { in BrotliEncoderHasMoreOutput() function