OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Jul 04 00:25:45 UTC 2026