Home
last modified time | relevance | path

Searched defs:BrotliDecoderStateStruct (Results 1 – 1 of 1) sorted by relevance

/external/brotli/c/dec/
Dstate.h101 struct BrotliDecoderStateStruct { struct
102 BrotliRunningState state;
105 int loop_counter;
107 BrotliBitReader br;
109 brotli_alloc_func alloc_func;
110 brotli_free_func free_func;
111 void* memory_manager_opaque;
114 union {
117 } buffer;
118 uint32_t buffer_length;
[all …]