Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
941
void LZ4_resetStream (LZ4_stream_t* LZ4_stream)
942
{
943
MEM_INIT(LZ4_stream, 0, sizeof(LZ4_stream_t));
944
}
945
946
int LZ4_freeStream (LZ4_stream_t* LZ4_stream)
947
{
Callers
6
LZ4_compress_fast_extState
Function · 0.85
LZ4_compress_fast_force
Function · 0.85
LZ4_compress_destSize_extState
Function · 0.85
LZ4_createStream
Function · 0.85
LZ4_loadDict
Function · 0.85
Worker
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected