![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <brotli/port.h>#include <brotli/types.h>Go to the source code of this file.
Macros | |
| #define | BROTLI_CONTEXT_LUT(MODE) |
| #define | BROTLI_CONTEXT(P1, P2, LUT) |
Typedefs | |
| typedef enum ContextType | ContextType |
| typedef const uint8_t * | ContextLut |
Enumerations | |
| enum | ContextType { CONTEXT_LSB6 = 0 , CONTEXT_MSB6 = 1 , CONTEXT_UTF8 = 2 , CONTEXT_SIGNED = 3 } |
Variables | |
| BROTLI_COMMON_API const uint8_t | _kBrotliContextLookupTable [2048] |
| #define BROTLI_CONTEXT | ( | P1, | |
| P2, | |||
| LUT ) |
| #define BROTLI_CONTEXT_LUT | ( | MODE | ) |
| typedef const uint8_t* ContextLut |
| typedef enum ContextType ContextType |
| enum ContextType |
|
extern |