Searched refs:unzFile (Results 1 – 5 of 5) sorted by relevance
83 typedef unzFile__ *unzFile; typedef85 typedef voidp unzFile;154 extern unzFile ZEXPORT unzOpen OF((const char *path));165 extern unzFile ZEXPORT unzOpen2 OF((const char *path,172 extern int ZEXPORT unzClose OF((unzFile file));179 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,187 extern int ZEXPORT unzGetGlobalComment OF((unzFile file,200 extern int ZEXPORT unzGoToFirstFile OF((unzFile file));206 extern int ZEXPORT unzGoToNextFile OF((unzFile file));213 extern int ZEXPORT unzLocateFile OF((unzFile file,[all …]
411 Else, the return value is a unzFile Handle, usable with other function414 extern unzFile ZEXPORT unzOpen2 (path, pzlib_filefunc_def)512 unzGoToFirstFile((unzFile)s);513 return (unzFile)s;517 extern unzFile ZEXPORT unzOpen (path)529 unzFile file;550 unzFile file;583 local int unzlocal_GetCurrentFileInfoInternal OF((unzFile file,600 unzFile file;769 unzFile file;[all …]
33 - (unzFile)openZipFileAtPath:(NSString*)pathToFile;35 - (NSData*)metaDataFileFromZip:(unzFile)unzipFile;37 - (NSData*)contentDataFileFromZip:(unzFile)unzipFile;
84 unzFile unzipFile = [self openZipFileAtPath:pathToFile];134 - (unzFile)openZipFileAtPath:(NSString*)pathToFile136 unzFile unzipFile = nil;158 - (NSData*) metaDataFileFromZip:(unzFile)unzipFile argument195 - (NSData*) contentDataFileFromZip:(unzFile)unzipFile argument
158 unzFile m_uzFile;