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

Go to the source code of this file.

Macros

#define BROTLI_MAX_STATIC_DICTIONARY_MATCH_LEN   37
 

Functions

BROTLI_INTERNAL BROTLI_BOOL BrotliFindAllStaticDictionaryMatches (const BrotliEncoderDictionary *dictionary, const uint8_t *data, size_t min_length, size_t max_length, uint32_t *matches)
 

Macro Definition Documentation

◆ BROTLI_MAX_STATIC_DICTIONARY_MATCH_LEN

#define BROTLI_MAX_STATIC_DICTIONARY_MATCH_LEN   37

Function Documentation

◆ BrotliFindAllStaticDictionaryMatches()

BROTLI_INTERNAL BROTLI_BOOL BrotliFindAllStaticDictionaryMatches ( const BrotliEncoderDictionary * dictionary,
const uint8_t * data,
size_t min_length,
size_t max_length,
uint32_t * matches )