MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / LZ4_resetStream

Function LZ4_resetStream

Source/ThirdParty/LZ4/lz4.cpp:941–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939}
940
941void LZ4_resetStream (LZ4_stream_t* LZ4_stream)
942{
943 MEM_INIT(LZ4_stream, 0, sizeof(LZ4_stream_t));
944}
945
946int LZ4_freeStream (LZ4_stream_t* LZ4_stream)
947{

Callers 6

LZ4_compress_fast_forceFunction · 0.85
LZ4_createStreamFunction · 0.85
LZ4_loadDictFunction · 0.85
WorkerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected