![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#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) |
#define BROTLI_MAX_STATIC_DICTIONARY_MATCH_LEN 37 |
BROTLI_INTERNAL BROTLI_BOOL BrotliFindAllStaticDictionaryMatches | ( | const BrotliEncoderDictionary * | dictionary, |
const uint8_t * | data, | ||
size_t | min_length, | ||
size_t | max_length, | ||
uint32_t * | matches ) |