Home
last modified time | relevance | path

Searched refs:dictBase (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/lib/
Dlz4.c947 const BYTE* dictBase = (dictionary == NULL) ? NULL : in LZ4_compress_generic_validated() local
1037 match = dictBase + matchIndex; in LZ4_compress_generic_validated()
1048 assert(dictBase); in LZ4_compress_generic_validated()
1049 match = dictBase + matchIndex; in LZ4_compress_generic_validated()
1228 match = dictBase + matchIndex; in LZ4_compress_generic_validated()
1237 assert(dictBase); in LZ4_compress_generic_validated()
1238 match = dictBase + matchIndex; in LZ4_compress_generic_validated()