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

  /xsrc/external/mit/brotli/dist/c/include/brotli/
encode.h 81 * via ::BrotliEncoderTakeOutput, then operation should be repeated after
98 * via ::BrotliEncoderTakeOutput, then operation should be repeated after
411 * -# use ::BrotliEncoderTakeOutput to peek bytes and copy to language-specific
417 * @attention After every call to ::BrotliEncoderTakeOutput @p *size bytes of
422 * after the size-unrestricted call to ::BrotliEncoderTakeOutput,
423 * immediate next call to ::BrotliEncoderTakeOutput may return more data.
433 BROTLI_ENC_API const uint8_t* BrotliEncoderTakeOutput(
  /xsrc/external/mit/brotli/dist/python/
_brotli.cc 109 const uint8_t* buffer = BrotliEncoderTakeOutput(enc, &buffer_length);
  /xsrc/external/mit/brotli/dist/c/enc/
encode.c 1902 const uint8_t* BrotliEncoderTakeOutput(BrotliEncoderState* s, size_t* size) {

Completed in 6 milliseconds