Home
last modified time | relevance | path

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

/third_party/lz4/tests/
DabiTest.c64 LZ4_streamDecode_t LZ4_dState; variable
83 { int const dInit = LZ4_setStreamDecode(&LZ4_dState, NULL, 0); in roundTripTest()
86 …{ int const dSize = LZ4_decompress_safe_continue (&LZ4_dState, (const char*)compressedBuff, (cha… in roundTripTest()