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

#include <hash.h>

Data Fields

void * extra
 
size_t dict_num_lookups
 
size_t dict_num_matches
 
BrotliHasherParams params
 
BROTLI_BOOL is_prepared_
 
BROTLI_BOOL is_setup_
 

Field Documentation

◆ dict_num_lookups

size_t dict_num_lookups

◆ dict_num_matches

size_t dict_num_matches

◆ extra

void * extra

Dynamically allocated areas; regular hasher uses one or two allocations; "composite" hasher uses up to 4 allocations.

◆ is_prepared_

BROTLI_BOOL is_prepared_

False if hasher needs to be "prepared" before use (before the first invocation of HasherSetup or after HasherReset). "preparation" is hasher data initialization (using input ringbuffer).

◆ is_setup_

BROTLI_BOOL is_setup_

False before the fisrt invocation of HasherSetup (where "extra" memory) is allocated.

◆ params


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