Lines Matching refs:dictCtx
252 const LZ4HC_CCtx_internal * const dictCtx = hc4->dictCtx; in LZ4HC_InsertAndGetWiderMatch() local
416 size_t const dictEndOffset = (size_t)(dictCtx->end - dictCtx->base); in LZ4HC_InsertAndGetWiderMatch()
417 U32 dictMatchIndex = dictCtx->hashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndGetWiderMatch()
421 const BYTE* const matchPtr = dictCtx->base + dictMatchIndex; in LZ4HC_InsertAndGetWiderMatch()
429 …back = lookBackLength ? LZ4HC_countBack(ip, matchPtr, iLowLimit, dictCtx->base + dictCtx->dictLimi… in LZ4HC_InsertAndGetWiderMatch()
437 { U32 const nextOffset = DELTANEXTU16(dictCtx->chainTable, dictMatchIndex); in LZ4HC_InsertAndGetWiderMatch()
872 assert(ctx->dictCtx == NULL); in LZ4HC_compress_generic_noDictCtx()
888 assert(ctx->dictCtx != NULL); in LZ4HC_compress_generic_dictCtx()
890 ctx->dictCtx = NULL; in LZ4HC_compress_generic_dictCtx()
893 memcpy(ctx, ctx->dictCtx, sizeof(LZ4HC_CCtx_internal)); in LZ4HC_compress_generic_dictCtx()
913 if (ctx->dictCtx == NULL) { in LZ4HC_compress_generic()
1036 LZ4_streamHCPtr->internal_donotuse.dictCtx = NULL; in LZ4_resetStreamHC_fast()
1078 …working_stream->internal_donotuse.dictCtx = dictionary_stream != NULL ? &(dictionary_stream->inter… in LZ4_attach_HC_dictionary()
1098 ctxPtr->dictCtx = NULL; in LZ4HC_setExternalDict()