Home
last modified time | relevance | path

Searched refs:BrotliDictionary (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/brotli/c/common/
H A Ddictionary.c5867 static const BrotliDictionary kBrotliDictionary = {
5869 static BrotliDictionary kBrotliDictionary = {
5898 const BrotliDictionary* BrotliGetDictionary() { in BrotliGetDictionary()
H A Ddictionary.h19 typedef struct BrotliDictionary { struct
42 } BrotliDictionary; typedef
44 BROTLI_COMMON_API const BrotliDictionary* BrotliGetDictionary(void);
/third_party/skia/third_party/externals/brotli/c/common/
H A Ddictionary.c5867 static const BrotliDictionary kBrotliDictionary = {
5869 static BrotliDictionary kBrotliDictionary = {
5898 const BrotliDictionary* BrotliGetDictionary() { in BrotliGetDictionary()
H A Ddictionary.h19 typedef struct BrotliDictionary { struct
42 } BrotliDictionary; typedef
44 BROTLI_COMMON_API const BrotliDictionary* BrotliGetDictionary(void);
/third_party/node/deps/brotli/c/enc/
H A Dencoder_dict.h21 const BrotliDictionary* words;
H A Dstatic_dict.c32 static BROTLI_INLINE size_t DictMatchLength(const BrotliDictionary* dictionary, in DictMatchLength()
42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch()
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/
H A Dcommon_jni.cc36 const BrotliDictionary* dictionary = BrotliGetDictionary(); in Java_org_brotli_wrapper_common_CommonJNI_nativeSetDictionaryData()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dencoder_dict.h21 const BrotliDictionary* words;
H A Dstatic_dict.c32 static BROTLI_INLINE size_t DictMatchLength(const BrotliDictionary* dictionary, in DictMatchLength()
42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch()
/third_party/node/deps/brotli/c/dec/
H A Dstate.h330 const BrotliDictionary* dictionary;
H A Ddecode.c1909 const BrotliDictionary* words = s->dictionary; in ProcessCommandsInternal()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dstate.h330 const BrotliDictionary* dictionary;
H A Ddecode.c1909 const BrotliDictionary* words = s->dictionary; in ProcessCommandsInternal()

Completed in 35 milliseconds