Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c665 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive; enumerator
907 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic_validated()
1602 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, withPrefix64k, dictSmall, ac… in LZ4_compress_fast_continue()
1604 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, withPrefix64k, noDictIssue, … in LZ4_compress_fast_continue()
1868 if ((dict == withPrefix64k) || (match >= lowPrefix)) { in LZ4_decompress_generic()
1961 && (dict==withPrefix64k || match >= lowPrefix) ) { in LZ4_decompress_generic()
2191 endOnOutputSize, decode_full_block, withPrefix64k, in LZ4_decompress_fast()
2201 endOnInputSize, decode_full_block, withPrefix64k, in LZ4_decompress_safe_withPrefix64k()