HomeSort by: relevance | last modified time | path
    Searched refs:BrotliDecoderTakeOutput (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/brotli/dist/c/include/brotli/
decode.h 266 * -# use ::BrotliDecoderTakeOutput to peek bytes and copy to language-specific
272 * @attention After every call to ::BrotliDecoderTakeOutput @p *size bytes of
277 * after the size-unrestricted call to ::BrotliDecoderTakeOutput,
278 * immediate next call to ::BrotliDecoderTakeOutput may return more data.
288 BROTLI_DEC_API const uint8_t* BrotliDecoderTakeOutput(
  /xsrc/external/mit/brotli/dist/python/
_brotli.cc 412 const uint8_t* buffer = BrotliDecoderTakeOutput(dec, &buffer_length);
671 const uint8_t* next_out = BrotliDecoderTakeOutput(state, &available_out);
  /xsrc/external/mit/brotli/dist/c/dec/
decode.c 2551 const uint8_t* BrotliDecoderTakeOutput(BrotliDecoderState* s, size_t* size) {

Completed in 46 milliseconds