Crate compu_brotli_sys

Source

Structs§

BrotliDecoderStateStruct
BrotliEncoderPreparedDictionaryStruct
BrotliEncoderStateStruct
BrotliSharedDictionaryStruct

Constants§

BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_COMPOUND_DICTIONARY
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_CL_SPACE
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_DICTIONARY
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_DISTANCE
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_PADDING_1
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_PADDING_2
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_RESERVED
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_TRANSFORM
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_INVALID_ARGUMENTS
BrotliDecoderErrorCode_BROTLI_DECODER_ERROR_UNREACHABLE
BrotliDecoderErrorCode_BROTLI_DECODER_NEEDS_MORE_INPUT
BrotliDecoderErrorCode_BROTLI_DECODER_NEEDS_MORE_OUTPUT
BrotliDecoderErrorCode_BROTLI_DECODER_NO_ERROR
BrotliDecoderErrorCode_BROTLI_DECODER_SUCCESS
BrotliDecoderParameter_BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION
BrotliDecoderParameter_BROTLI_DECODER_PARAM_LARGE_WINDOW
BrotliDecoderResult_BROTLI_DECODER_RESULT_ERROR
BrotliDecoderResult_BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT
BrotliDecoderResult_BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT
BrotliDecoderResult_BROTLI_DECODER_RESULT_SUCCESS
BrotliEncoderMode_BROTLI_MODE_FONT
BrotliEncoderMode_BROTLI_MODE_GENERIC
BrotliEncoderMode_BROTLI_MODE_TEXT
BrotliEncoderOperation_BROTLI_OPERATION_EMIT_METADATA
BrotliEncoderOperation_BROTLI_OPERATION_FINISH
BrotliEncoderOperation_BROTLI_OPERATION_FLUSH
BrotliEncoderOperation_BROTLI_OPERATION_PROCESS
BrotliEncoderParameter_BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING
BrotliEncoderParameter_BROTLI_PARAM_LARGE_WINDOW
BrotliEncoderParameter_BROTLI_PARAM_LGBLOCK
BrotliEncoderParameter_BROTLI_PARAM_LGWIN
BrotliEncoderParameter_BROTLI_PARAM_MODE
BrotliEncoderParameter_BROTLI_PARAM_NDIRECT
BrotliEncoderParameter_BROTLI_PARAM_NPOSTFIX
BrotliEncoderParameter_BROTLI_PARAM_QUALITY
BrotliEncoderParameter_BROTLI_PARAM_SIZE_HINT
BrotliEncoderParameter_BROTLI_PARAM_STREAM_OFFSET
BrotliSharedDictionaryType_BROTLI_SHARED_DICTIONARY_RAW
BrotliSharedDictionaryType_BROTLI_SHARED_DICTIONARY_SERIALIZED

Functions§

BrotliDecoderAttachDictionary
BrotliDecoderCreateInstance
BrotliDecoderDecompress
BrotliDecoderDecompressStream
BrotliDecoderDestroyInstance
BrotliDecoderErrorString
BrotliDecoderGetErrorCode
BrotliDecoderHasMoreOutput
BrotliDecoderIsFinished
BrotliDecoderIsUsed
BrotliDecoderSetMetadataCallbacks
BrotliDecoderSetParameter
BrotliDecoderTakeOutput
BrotliDecoderVersion
BrotliEncoderAttachPreparedDictionary
BrotliEncoderCompress
BrotliEncoderCompressStream
BrotliEncoderCreateInstance
BrotliEncoderDestroyInstance
BrotliEncoderDestroyPreparedDictionary
BrotliEncoderEstimatePeakMemoryUsage
BrotliEncoderGetPreparedDictionarySize
BrotliEncoderHasMoreOutput
BrotliEncoderIsFinished
BrotliEncoderMaxCompressedSize
BrotliEncoderPrepareDictionary
BrotliEncoderSetParameter
BrotliEncoderTakeOutput
BrotliEncoderVersion
BrotliSharedDictionaryAttach
BrotliSharedDictionaryCreateInstance
BrotliSharedDictionaryDestroyInstance

Type Aliases§

BrotliDecoderErrorCode
BrotliDecoderParameter
BrotliDecoderResult
BrotliDecoderState
BrotliEncoderMode
BrotliEncoderOperation
BrotliEncoderParameter
BrotliEncoderPreparedDictionary
BrotliEncoderState
BrotliSharedDictionary
BrotliSharedDictionaryType
brotli_alloc_func
brotli_decoder_metadata_chunk_func
brotli_decoder_metadata_start_func
brotli_free_func