Searched refs:dictBase (Results 1 – 1 of 1) sorted by relevance
953 const BYTE* dictBase = (dictionary == NULL) ? NULL : in LZ4_compress_generic_validated() local1048 match = dictBase + matchIndex; in LZ4_compress_generic_validated()1059 assert(dictBase); in LZ4_compress_generic_validated()1060 match = dictBase + matchIndex; in LZ4_compress_generic_validated()1249 match = dictBase + matchIndex; in LZ4_compress_generic_validated()1258 assert(dictBase); in LZ4_compress_generic_validated()1259 match = dictBase + matchIndex; in LZ4_compress_generic_validated()