Home
last modified time | relevance | path

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

/linux-6.1.9/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.c466 noDict, (BYTE *)dest, NULL, 0); in LZ4_decompress_safe()
475 noDict, (BYTE *)dst, NULL, 0); in LZ4_decompress_safe_partial()
506 noDict, in LZ4_decompress_safe_withSmallPrefix()
Dlz4defs.h239 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator