/* Matches data against static dictionary words, and for each length l, forwhichamatchisfound,updatesmatches[l]tobetheminimumpossible (distance<<5)+len_code. Returns1ifmatcheshavebeenfound,otherwise0. Prerequisites: matchesarrayisatleastBROTLI_MAX_STATIC_DICTIONARY_MATCH_LEN+1long
all elements are initialized to kInvalidMatch */
BROTLI_INTERNAL BROTLI_BOOL BrotliFindAllStaticDictionaryMatches( const BrotliEncoderDictionary* dictionary, const uint8_t* data, size_t min_length, size_t max_length,
uint32_t* matches);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.