Searched defs:BrotliDecoderStateStruct (Results 1 – 1 of 1) sorted by relevance
236 struct BrotliDecoderStateStruct { struct237 BrotliRunningState state;240 int loop_counter;242 BrotliBitReader br;244 brotli_alloc_func alloc_func;245 brotli_free_func free_func;246 void* memory_manager_opaque;250 union {253 } buffer;254 uint32_t buffer_length;[all …]