OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BROTLI_DECODER_ALLOC
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/brotli/dist/c/dec/
state.h
354
#define
BROTLI_DECODER_ALLOC
(S, L) S->alloc_func(S->memory_manager_opaque, L)
state.c
147
HuffmanCode** p = (HuffmanCode**)
BROTLI_DECODER_ALLOC
(s,
decode.c
1010
(uint8_t*)
BROTLI_DECODER_ALLOC
(s, (size_t)context_map_size);
1333
s->ringbuffer = (uint8_t*)
BROTLI_DECODER_ALLOC
(s,
2205
s->block_type_trees = (HuffmanCode*)
BROTLI_DECODER_ALLOC
(s,
2358
(uint8_t*)
BROTLI_DECODER_ALLOC
(s, (size_t)s->num_block_types[0]);
Completed in 7 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026