Lines Matching refs:usingDictCtx
732 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive; enumerator
937 dictDirective == usingDictCtx ? dictCtx->dictionary : cctx->dictionary; in LZ4_compress_generic_validated()
939 dictDirective == usingDictCtx ? dictCtx->dictSize : cctx->dictSize; in LZ4_compress_generic_validated()
941 …(dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; /* make indexes in di… in LZ4_compress_generic_validated()
943 int const maybe_extMem = (dictDirective == usingExtDict) || (dictDirective == usingDictCtx); in LZ4_compress_generic_validated()
954 (dictDirective == usingDictCtx) ? in LZ4_compress_generic_validated()
976 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()
1043 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()
1153 if ( (dictDirective==usingExtDict || dictDirective==usingDictCtx) in LZ4_compress_generic_validated()
1244 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()
1718 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, usingDictCtx, noDictIssue, a… in LZ4_compress_fast_continue()