Searched refs:dictSmall (Results 1 – 1 of 1) sorted by relevance
/lz4-3.4.0-2.7.6/lib/ |
D | lz4.c | 666 typedef enum { noDictIssue = 0, dictSmall } dictIssue_directive; enumerator 1001 …if ((dictIssue == dictSmall) && (matchIndex < prefixIdxLimit)) { continue; } /* match outside o… in LZ4_compress_generic_validated() 1187 if ( ((dictIssue==dictSmall) ? (matchIndex >= prefixIdxLimit) : 1) in LZ4_compress_generic_validated() 1327 …s_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, dictSmall, acceleration); in LZ4_compress_fast_extState_fastReset() 1341 …, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, dictSmall, acceleration); in LZ4_compress_fast_extState_fastReset() 1602 … inputSize, NULL, maxOutputSize, limitedOutput, tableType, withPrefix64k, dictSmall, acceleration); in LZ4_compress_fast_continue() 1628 …, inputSize, NULL, maxOutputSize, limitedOutput, tableType, usingExtDict, dictSmall, acceleration); in LZ4_compress_fast_continue() 1649 …_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingExtDict, dictSmall, 1); in LZ4_compress_forceExtDict()
|