Home
last modified time | relevance | path

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

/aosp_15_r20/external/brotli/c/enc/
H A Dencode.c65 typedef struct BrotliEncoderStateStruct { struct
66 BrotliEncoderParams params;
68 MemoryManager memory_manager_;
70 uint64_t input_pos_;
71 RingBuffer ringbuffer_;
72 size_t cmd_alloc_size_;
73 Command* commands_;
74 size_t num_commands_;
75 size_t num_literals_;
76 size_t last_insert_len_;
[all …]
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dencode.c66 typedef struct BrotliEncoderStateStruct { struct
67 BrotliEncoderParams params;
69 MemoryManager memory_manager_;
71 uint64_t input_pos_;
72 RingBuffer ringbuffer_;
73 size_t cmd_alloc_size_;
74 Command* commands_;
75 size_t num_commands_;
76 size_t num_literals_;
77 size_t last_insert_len_;
[all …]