Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
compound_dictionary.h File Reference
#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 PreparedDictionaryCreatePreparedDictionary (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 Documentation

◆ CompoundDictionary

typedef struct CompoundDictionary CompoundDictionary

◆ PreparedDictionary

typedef struct PreparedDictionary PreparedDictionary

Function Documentation

◆ AttachPreparedDictionary()

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

◆ CreatePreparedDictionary()

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

◆ DestroyPreparedDictionary()

BROTLI_INTERNAL void DestroyPreparedDictionary ( MemoryManager * m,
PreparedDictionary * dictionary )