Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
shared_dictionary_internal.h File Reference
#include <brotli/shared_dictionary.h>
#include <brotli/types.h>
#include "dictionary.h"
#include "transform.h"

Go to the source code of this file.

Data Structures

struct  BrotliSharedDictionaryStruct
 

Macros

#define BrotliSharedDictionary   BrotliSharedDictionaryInternal
 

Typedefs

typedef struct BrotliSharedDictionaryStruct BrotliSharedDictionaryInternal
 

Macro Definition Documentation

◆ BrotliSharedDictionary

Opaque structure that holds shared dictionary data.

Allocated and initialized with BrotliSharedDictionaryCreateInstance. Cleaned up and deallocated with BrotliSharedDictionaryDestroyInstance.

Typedef Documentation

◆ BrotliSharedDictionaryInternal