Home
last modified time | relevance | path

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

/third_party/brotli/c/dec/
Dstate.h254 struct BrotliDecoderStateStruct { struct
255 BrotliRunningState state;
258 int loop_counter;
260 BrotliBitReader br;
262 brotli_alloc_func alloc_func;
263 brotli_free_func free_func;
264 void* memory_manager_opaque;
268 union {
271 } buffer;
272 brotli_reg_t buffer_length;
[all …]
/third_party/skia/third_party/externals/brotli/c/dec/
Dstate.h236 struct BrotliDecoderStateStruct { struct
237 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 …]