brotli
7.0.0
In brotli::
enc::
static_
dict
Macros
sub_match
sub_match8
Structs
BrotliDictionary
Constants
kNumDistanceCacheEntries
Statics
kBrotliEncDictionary
kOmitLastNTransforms
kUppercaseFirst
Functions
AddMatch
BROTLI_UNALIGNED_LOAD32
BROTLI_UNALIGNED_LOAD64
BROTLI_UNALIGNED_STORE64
BrotliFindAllStaticDictionaryMatches
BrotliGetDictionary
ComplexFindMatchLengthWithLimit
DictMatchLength
FindMatchLengthWithLimit
FindMatchLengthWithLimitMin4
Hash
IsMatch
SlowerFindMatchLengthWithLimit
slowFindMatchLengthWithLimit
brotli
::
enc
::
static_dict
Function
AddMatch
Copy item path
Settings
Help
Summary
Source
fn AddMatch(distance:
usize
, len:
usize
, len_code:
usize
, matches: &mut [
u32
])