![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "compound_dictionary.h"
#include <brotli/types.h>
#include "../common/platform.h"
#include "memory.h"
#include "quality.h"
Functions | |
PreparedDictionary * | CreatePreparedDictionary (MemoryManager *m, const uint8_t *source, size_t source_size) |
void | DestroyPreparedDictionary (MemoryManager *m, PreparedDictionary *dictionary) |
BROTLI_BOOL | AttachPreparedDictionary (CompoundDictionary *compound, const PreparedDictionary *dictionary) |
BROTLI_BOOL AttachPreparedDictionary | ( | CompoundDictionary * | compound, |
const PreparedDictionary * | dictionary ) |
PreparedDictionary * CreatePreparedDictionary | ( | MemoryManager * | m, |
const uint8_t * | source, | ||
size_t | source_size ) |
void DestroyPreparedDictionary | ( | MemoryManager * | m, |
PreparedDictionary * | dictionary ) |