![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <brotli/shared_dictionary.h>#include <brotli/types.h>#include "../common/platform.h"#include "../common/constants.h"#include "memory.h"Go to the source code of this file.
Data Structures | |
| struct | PreparedDictionary |
| struct | CompoundDictionary |
Typedefs | |
| typedef struct PreparedDictionary | PreparedDictionary |
| typedef struct CompoundDictionary | CompoundDictionary |
Functions | |
| BROTLI_INTERNAL PreparedDictionary * | CreatePreparedDictionary (MemoryManager *m, const uint8_t *source, size_t source_size) |
| BROTLI_INTERNAL void | DestroyPreparedDictionary (MemoryManager *m, PreparedDictionary *dictionary) |
| BROTLI_INTERNAL BROTLI_BOOL | AttachPreparedDictionary (CompoundDictionary *compound, const PreparedDictionary *dictionary) |
| typedef struct CompoundDictionary CompoundDictionary |
| typedef struct PreparedDictionary PreparedDictionary |
| BROTLI_INTERNAL BROTLI_BOOL AttachPreparedDictionary | ( | CompoundDictionary * | compound, |
| const PreparedDictionary * | dictionary ) |
| BROTLI_INTERNAL PreparedDictionary * CreatePreparedDictionary | ( | MemoryManager * | m, |
| const uint8_t * | source, | ||
| size_t | source_size ) |
| BROTLI_INTERNAL void DestroyPreparedDictionary | ( | MemoryManager * | m, |
| PreparedDictionary * | dictionary ) |