Searched defs:BrotliDecoderStateStruct (Results 1 – 1 of 1) sorted by relevance
101 struct BrotliDecoderStateStruct { struct102 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 …]