Home
last modified time | relevance | path

Searched refs:LZ4_resetStreamHC (Results 1 - 3 of 3) sorted by relevance

/third_party/lz4/lib/
H A Dlz4hc.h243 * Before v1.9.0 : use LZ4_resetStreamHC() instead
284 /* LZ4_resetStreamHC() is now replaced by LZ4_initStreamHC().
290 * LZ4_resetStreamHC() will generate deprecation warnings in a future version.
292 LZ4LIB_API void LZ4_resetStreamHC (LZ4_streamHC_t* streamHCPtr, int compressionLevel);
341 * LZ4_resetStreamHC()).
345 * - reset by LZ4_resetStreamHC()
371 * call to LZ4_resetStreamHC().
399 * current stream session. Calls to LZ4_resetStreamHC(_fast) will remove the
H A Dlz4hc.c1027 void LZ4_resetStreamHC (LZ4_streamHC_t* LZ4_streamHCPtr, int compressionLevel) in LZ4_resetStreamHC() function
/third_party/lz4/tests/
H A Dfuzzer.c1696 LZ4_resetStreamHC(sHC, compressionLevel); in FUZ_unitTests()

Completed in 8 milliseconds