Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
compound_dictionary.c File Reference
#include "compound_dictionary.h"
#include <brotli/types.h>
#include "../common/platform.h"
#include "memory.h"
#include "quality.h"

Functions

PreparedDictionaryCreatePreparedDictionary (MemoryManager *m, const uint8_t *source, size_t source_size)
 
void DestroyPreparedDictionary (MemoryManager *m, PreparedDictionary *dictionary)
 
BROTLI_BOOL AttachPreparedDictionary (CompoundDictionary *compound, const PreparedDictionary *dictionary)
 

Function Documentation

◆ AttachPreparedDictionary()

BROTLI_BOOL AttachPreparedDictionary ( CompoundDictionary * compound,
const PreparedDictionary * dictionary )

◆ CreatePreparedDictionary()

PreparedDictionary * CreatePreparedDictionary ( MemoryManager * m,
const uint8_t * source,
size_t source_size )

◆ DestroyPreparedDictionary()

void DestroyPreparedDictionary ( MemoryManager * m,
PreparedDictionary * dictionary )