Searched refs:usingDictCtx (Results 1 – 1 of 1) sorted by relevance
721 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive; enumerator932 dictDirective == usingDictCtx ? dictCtx->dictionary : cctx->dictionary; in LZ4_compress_generic_validated()934 dictDirective == usingDictCtx ? dictCtx->dictSize : cctx->dictSize; in LZ4_compress_generic_validated()935 …const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; … in LZ4_compress_generic_validated()937 int const maybe_extMem = (dictDirective == usingExtDict) || (dictDirective == usingDictCtx); in LZ4_compress_generic_validated()948 (dictDirective == usingDictCtx) ? in LZ4_compress_generic_validated()970 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()1032 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()1139 if ( (dictDirective==usingExtDict || dictDirective==usingDictCtx) in LZ4_compress_generic_validated()1224 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()[all …]