Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c2484 LZ4_streamDecode_t_internal* lz4sd = &LZ4_streamDecode->internal_donotuse; in LZ4_setStreamDecode() local
2485 lz4sd->prefixSize = (size_t)dictSize; in LZ4_setStreamDecode()
2488 lz4sd->prefixEnd = (const BYTE*) dictionary + dictSize; in LZ4_setStreamDecode()
2490 lz4sd->prefixEnd = (const BYTE*) dictionary; in LZ4_setStreamDecode()
2492 lz4sd->externalDict = NULL; in LZ4_setStreamDecode()
2493 lz4sd->extDictSize = 0; in LZ4_setStreamDecode()
2526 LZ4_streamDecode_t_internal* lz4sd = &LZ4_streamDecode->internal_donotuse; in LZ4_decompress_safe_continue() local
2529 if (lz4sd->prefixSize == 0) { in LZ4_decompress_safe_continue()
2531 assert(lz4sd->extDictSize == 0); in LZ4_decompress_safe_continue()
2534 lz4sd->prefixSize = (size_t)result; in LZ4_decompress_safe_continue()
[all …]