Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
BrotliEncoderDictionary Struct Reference

#include <encoder_dict.h>

Data Fields

const BrotliDictionarywords
 
uint32_t num_transforms
 
uint32_t cutoffTransformsCount
 
uint64_t cutoffTransforms
 
const uint16_t * hash_table_words
 
const uint8_t * hash_table_lengths
 
const uint16_t * buckets
 
const DictWorddict_words
 
BrotliTrie trie
 
BROTLI_BOOL has_words_heavy
 
const struct ContextualEncoderDictionaryparent
 
uint16_t * hash_table_data_words_
 
uint8_t * hash_table_data_lengths_
 
size_t buckets_alloc_size_
 
uint16_t * buckets_data_
 
size_t dict_words_alloc_size_
 
DictWorddict_words_data_
 
BrotliDictionarywords_instance_
 

Field Documentation

◆ buckets

const uint16_t * buckets

◆ buckets_alloc_size_

size_t buckets_alloc_size_

◆ buckets_data_

uint16_t * buckets_data_

◆ cutoffTransforms

uint64_t cutoffTransforms

◆ cutoffTransformsCount

uint32_t cutoffTransformsCount

◆ dict_words

const DictWord * dict_words

◆ dict_words_alloc_size_

size_t dict_words_alloc_size_

◆ dict_words_data_

DictWord * dict_words_data_

◆ has_words_heavy

BROTLI_BOOL has_words_heavy

◆ hash_table_data_lengths_

uint8_t * hash_table_data_lengths_

◆ hash_table_data_words_

uint16_t * hash_table_data_words_

◆ hash_table_lengths

const uint8_t * hash_table_lengths

◆ hash_table_words

const uint16_t * hash_table_words

◆ num_transforms

uint32_t num_transforms

◆ parent

◆ trie

BrotliTrie trie

◆ words

◆ words_instance_

BrotliDictionary * words_instance_

The documentation for this struct was generated from the following files: