Searched refs:unzFile (Results 1 – 5 of 5) sorted by relevance
83 typedef unzFile__ *unzFile; typedef85 typedef voidp unzFile;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,213 extern int ZEXPORT unzLocateFile OF((unzFile file,236 unzFile file,240 unzFile file,333 extern z_off_t ZEXPORT unztell OF((unzFile file));338 extern int ZEXPORT unzeof OF((unzFile file));[all …]
529 unzFile file;550 unzFile file;600 unzFile file;769 unzFile file;789 unzFile file;811 unzFile file;845 unzFile file;924 unzFile file;942 unzFile file;1069 unzFile file;[all …]
33 - (unzFile)openZipFileAtPath:(NSString*)pathToFile; in openZipFileAtPath:()35 - (NSData*)metaDataFileFromZip:(unzFile)unzipFile; in metaDataFileFromZip:() argument37 - (NSData*)contentDataFileFromZip:(unzFile)unzipFile; in contentDataFileFromZip:() argument
84 unzFile unzipFile = [self openZipFileAtPath:pathToFile];134 - (unzFile)openZipFileAtPath:(NSString*)pathToFile136 unzFile unzipFile = nil;158 - (NSData*) metaDataFileFromZip:(unzFile)unzipFile195 - (NSData*) contentDataFileFromZip:(unzFile)unzipFile
158 unzFile m_uzFile;
Completed in 30 milliseconds