MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / unzSetFlags

Function unzSetFlags

lib/QuaZip/quazip/unzip.c:2134–2142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2132
2133
2134int ZEXPORT unzSetFlags(unzFile file, unsigned flags)
2135{
2136 unz64_s* s;
2137 if (file == NULL)
2138 return UNZ_PARAMERROR;
2139 s = (unz64_s*)file;
2140 s->flags |= flags;
2141 return UNZ_OK;
2142}
2143
2144
2145int ZEXPORT unzClearFlags(unzFile file, unsigned flags)

Callers 2

unzGoToFirstFileFunction · 0.85
openMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected