Searched refs:dictBase (Results 1 – 3 of 3) sorted by relevance
151 const uint8_t* dictBase; /* alternate base for extDict */ member169 const unsigned char* dictBase; /* alternate base for extDict */ member
106 hc4->dictBase = start - startingOffset; in LZ4HC_init()228 const BYTE* const dictBase = hc4->dictBase; in LZ4HC_InsertAndGetWiderMatch() local267 const BYTE* const matchPtr = dictBase + matchIndex; in LZ4HC_InsertAndGetWiderMatch()269 const BYTE* const dictStart = dictBase + hc4->lowLimit; in LZ4HC_InsertAndGetWiderMatch()950 ctxPtr->dictBase = ctxPtr->base; in LZ4HC_setExternalDict()978 const BYTE* const dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()979 const BYTE* const dictEnd = ctxPtr->dictBase + ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()982 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
685 const BYTE* dictBase = (dictDirective == usingDictCtx) ? in LZ4_compress_generic() local772 match = dictBase + matchIndex; in LZ4_compress_generic()783 match = dictBase + matchIndex; in LZ4_compress_generic()939 match = dictBase + matchIndex; in LZ4_compress_generic()948 match = dictBase + matchIndex; in LZ4_compress_generic()