MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / unzOpen64

Function unzOpen64

common/minizip/unzip.c:798–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798extern unzFile ZEXPORT unzOpen64 (const void *path)
799{
800 return unzOpenInternal(path, NULL, 1);
801}
802
803/*
804 Close a ZipFile opened with unzOpen.

Callers 7

mainFunction · 0.85
ZipReaderMethod · 0.85
dev_acquisition_startFunction · 0.85
sr_new_virtual_deviceFunction · 0.85
hw_dev_acquisition_startFunction · 0.85

Calls 1

unzOpenInternalFunction · 0.85

Tested by

no test coverage detected