Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ unzSetOffset
Function
unzSetOffset
common/minizip/unzip.c:2122–2125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2120
}
2121
2122
extern int ZEXPORT unzSetOffset (unzFile file, uLong pos)
2123
{
2124
return unzSetOffset64(file,pos);
2125
}
Callers
nothing calls this directly
Calls
1
unzSetOffset64
Function · 0.85
Tested by
no test coverage detected