Searched refs:usingExtDict (Results 1 – 1 of 1) sorted by relevance
/third_party/lz4/lib/ |
D | lz4.c | 665 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive; enumerator 878 int const maybe_extMem = (dictDirective == usingExtDict) || (dictDirective == usingDictCtx); in LZ4_compress_generic_validated() 984 } else if (dictDirective==usingExtDict) { in LZ4_compress_generic_validated() 1078 if ( (dictDirective==usingExtDict || dictDirective==usingDictCtx) in LZ4_compress_generic_validated() 1174 } else if (dictDirective==usingExtDict) { in LZ4_compress_generic_validated() 1622 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, usingExtDict, noDictIssue, a… in LZ4_compress_fast_continue() 1628 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, usingExtDict, dictSmall, acc… in LZ4_compress_fast_continue() 1630 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, usingExtDict, noDictIssue, a… in LZ4_compress_fast_continue() 1649 …_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingExtDict, dictSmall, 1); in LZ4_compress_forceExtDict() 1651 …generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingExtDict, noDictIssue, 1… in LZ4_compress_forceExtDict() [all …]
|