Searched refs:dictBase (Results 1 – 1 of 1) sorted by relevance
947 const BYTE* dictBase = (dictionary == NULL) ? NULL : in LZ4_compress_generic_validated() local1037 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()