Home
last modified time | relevance | path

Searched refs:BrotliDecoderIsUsed (Results 1 – 3 of 3) sorted by relevance

/external/bsdiff/
Dbrotli_decompressor.cc77 if (BrotliDecoderIsUsed(brotli_decoder_state_) && in Close()
/external/brotli/c/include/brotli/
Ddecode.h301 BROTLI_DEC_API BROTLI_BOOL BrotliDecoderIsUsed(const BrotliDecoderState* state);
/external/brotli/c/dec/
Ddecode.c2576 BROTLI_BOOL BrotliDecoderIsUsed(const BrotliDecoderState* s) { in BrotliDecoderIsUsed() function