MCPcopy Create free account
hub / github.com/axmolengine/axmol / unzGoToFirstFile

Function unzGoToFirstFile

3rdparty/unzip/unzip.c:1688–1691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1686}
1687
1688MZAPI int unzGoToFirstFile(unzFile file)
1689{
1690 return unzGoToFirstFile2(file, NULL, NULL, 0, NULL, 0, NULL, 0);
1691}
1692
1693MZAPI int unzGoToNextFile2(unzFile file, unz_file_info64 *pfile_info, char *filename,
1694 uint16_t filename_size, void *extrafield, uint16_t extrafield_size, char *comment, uint16_t comment_size)

Callers 3

unzOpenInternalFunction · 0.85
getFirstFilenameMethod · 0.85
unzipTestFunction · 0.85

Calls 1

unzGoToFirstFile2Function · 0.85

Tested by 1

unzipTestFunction · 0.68