Home
last modified time | relevance | path

Searched refs:BrotliDecoderHasMoreOutput (Results 1 – 4 of 4) sorted by relevance

/external/brotli/java/org/brotli/wrapper/dec/
Ddecoder_jni.cc150 context[2] = BrotliDecoderHasMoreOutput(handle->state) ? 1 : 0; in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush()
169 bool hasMoreOutput = !!BrotliDecoderHasMoreOutput(handle->state); in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull()
/external/brotli/go/cbrotli/
Dreader.go85 if int(C.BrotliDecoderHasMoreOutput(r.state)) == 0 && len(r.in) == 0 {
/external/brotli/c/include/brotli/
Ddecode.h257 BROTLI_DEC_API BROTLI_BOOL BrotliDecoderHasMoreOutput(
/external/brotli/c/dec/
Ddecode.c2440 BROTLI_BOOL BrotliDecoderHasMoreOutput(const BrotliDecoderState* s) { in BrotliDecoderHasMoreOutput() function
2481 !BrotliDecoderHasMoreOutput(s); in BrotliDecoderIsFinished()