MCPcopy 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
2122extern int ZEXPORT unzSetOffset (unzFile file, uLong pos)
2123{
2124 return unzSetOffset64(file,pos);
2125}

Callers

nothing calls this directly

Calls 1

unzSetOffset64Function · 0.85

Tested by

no test coverage detected