Home | History | Annotate | Download | only in brotli

Lines Matching defs:BrotliDecoderState

28 typedef struct BrotliDecoderStateStruct BrotliDecoderState;
151 BrotliDecoderState* state, BrotliDecoderParameter param, uint32_t value);
154 * Creates an instance of ::BrotliDecoderState and initializes it.
168 * @returns pointer to initialized ::BrotliDecoderState otherwise
170 BROTLI_DEC_API BrotliDecoderState* BrotliDecoderCreateInstance(
174 * Deinitializes and frees ::BrotliDecoderState instance.
178 BROTLI_DEC_API void BrotliDecoderDestroyInstance(BrotliDecoderState* state);
242 BrotliDecoderState* state, size_t* available_in, const uint8_t** next_in,
253 const BrotliDecoderState* state);
284 BrotliDecoderState* state, size_t* size);
296 BROTLI_DEC_API BROTLI_BOOL BrotliDecoderIsUsed(const BrotliDecoderState* state);
307 const BrotliDecoderState* state);
321 const BrotliDecoderState* state);