Home
last modified time | relevance | path

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

/third_party/lz4/ossfuzz/
Dround_trip_stream_fuzzer.c86 LZ4_freeStream(state.cstream); in state_free()
206 LZ4_freeStream(dictStream); in state_attachDictRoundTrip()
/third_party/lz4/examples/
DblockStreaming_lineByLine.c82 LZ4_freeStream(lz4Stream); in test_compress()
/third_party/lz4/lib/
Dlz4.h274 LZ4LIB_API int LZ4_freeStream (LZ4_stream_t* streamPtr);
Dlz4frame.c518 LZ4_freeStream(cdict->fastCtx); in LZ4F_freeCDict()
Dlz4.c1465 int LZ4_freeStream (LZ4_stream_t* LZ4_stream) in LZ4_freeStream() function
/third_party/lz4/programs/
Dbench.c174 LZ4_freeStream(pThis->LZ4_stream); in LZ4_compressCleanupStream()
175 LZ4_freeStream(pThis->LZ4_dictStream); in LZ4_compressCleanupStream()
/third_party/lz4/tests/
Dfuzzer.c1152 LZ4_freeStream(statePtr); in FUZ_unitTests()