Lines Matching refs:dictCtx
642 cctx->dictCtx = NULL; in LZ4_prepareTable()
668 const LZ4_stream_t_internal* dictCtx = (const LZ4_stream_t_internal*) cctx->dictCtx; in LZ4_compress_generic() local
670 dictDirective == usingDictCtx ? dictCtx->dictionary : cctx->dictionary; in LZ4_compress_generic()
672 dictDirective == usingDictCtx ? dictCtx->dictSize : cctx->dictSize; in LZ4_compress_generic()
673 …const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; … in LZ4_compress_generic()
686 dictionary + dictSize - dictCtx->currentOffset : in LZ4_compress_generic()
709 cctx->dictCtx = NULL; in LZ4_compress_generic()
771 matchIndex = LZ4_getIndexOnHash(h, dictCtx->hashTable, byU32); in LZ4_compress_generic()
938 matchIndex = LZ4_getIndexOnHash(h, dictCtx->hashTable, byU32); in LZ4_compress_generic()
1242 working_stream->internal_donotuse.dictCtx = &(dictionary_stream->internal_donotuse); in LZ4_attach_dictionary()
1244 working_stream->internal_donotuse.dictCtx = NULL; in LZ4_attach_dictionary()
1309 if (streamPtr->dictCtx) { in LZ4_compress_fast_continue()
1321 memcpy(streamPtr, streamPtr->dictCtx, sizeof(LZ4_stream_t)); in LZ4_compress_fast_continue()