Searched refs:dictDirective (Results 1 – 1 of 1) sorted by relevance
860 const dict_directive dictDirective, in LZ4_compress_generic_validated() argument873 dictDirective == usingDictCtx ? dictCtx->dictionary : cctx->dictionary; in LZ4_compress_generic_validated()875 dictDirective == usingDictCtx ? dictCtx->dictSize : cctx->dictSize; in LZ4_compress_generic_validated()876 …const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; … in LZ4_compress_generic_validated()878 int const maybe_extMem = (dictDirective == usingExtDict) || (dictDirective == usingDictCtx); in LZ4_compress_generic_validated()888 const BYTE* dictBase = !dictionary ? NULL : (dictDirective == usingDictCtx) ? in LZ4_compress_generic_validated()904 … if (tableType==byPtr) assert(dictDirective==noDict); /* only supported use case with byPtr */ in LZ4_compress_generic_validated()907 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic_validated()910 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()972 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()[all …]