Searched refs:usingExtDict (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/lz4/ |
| H A D | lz4.c | 393 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator 511 case usingExtDict: in LZ4_compress_generic() 542 if (dict==usingExtDict) { in LZ4_compress_generic() 587 if ((dict==usingExtDict) && (lowLimit==dictionary)) { in LZ4_compress_generic() 628 if (dict==usingExtDict) { in LZ4_compress_generic() 1055 …ess_generic(streamPtr, source, dest, inputSize, 0, notLimited, byU32, usingExtDict, noDictIssue, 1… in LZ4_compress_forceExtDict() 1195 if ((dict==usingExtDict) && (match < lowPrefix)) { in LZ4_decompress_generic() 1328 … usingExtDict, lz4sd->prefixEnd - lz4sd->prefixSize, lz4sd->externalDict, lz4sd->extDictSize); in LZ4_decompress_safe_continue() 1337 … usingExtDict, (BYTE*)dest, lz4sd->externalDict, lz4sd->extDictSize); in LZ4_decompress_safe_continue() 1354 … usingExtDict, lz4sd->prefixEnd - lz4sd->prefixSize, lz4sd->externalDict, lz4sd->extDictSize); in LZ4_decompress_fast_continue() [all …]
|