Home
last modified time | relevance | path

Searched refs:noDict (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/lib/lz4/
Dlz4_compress.c213 case noDict: in LZ4_compress_generic()
482 noLimit, byU16, noDict, in LZ4_compress_fast_extState()
487 noLimit, tableType, noDict, in LZ4_compress_fast_extState()
493 maxOutputSize, limitedOutput, byU16, noDict, in LZ4_compress_fast_extState()
498 maxOutputSize, limitedOutput, tableType, noDict, in LZ4_compress_fast_extState()
Dlz4_decompress.c458 noDict, (BYTE *)dest, NULL, 0); in LZ4_decompress_safe()
467 noDict, (BYTE *)dst, NULL, 0); in LZ4_decompress_safe_partial()
498 noDict, in LZ4_decompress_safe_withSmallPrefix()
Dlz4defs.h236 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator