Home
last modified time | relevance | path

Searched refs:unzFile (Results 1 – 5 of 5) sorted by relevance

/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.h83 typedef unzFile__ *unzFile; typedef
85 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 …]
H A Dunzip.m411 Else, the return value is a unzFile Handle, usable with other function
414 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 …]
H A DOOoSpotlightImporter.h33 - (unzFile)openZipFileAtPath:(NSString*)pathToFile;
35 - (NSData*)metaDataFileFromZip:(unzFile)unzipFile;
37 - (NSData*)contentDataFileFromZip:(unzFile)unzipFile;
H A DOOoSpotlightImporter.m84 unzFile unzipFile = [self openZipFileAtPath:pathToFile];
134 - (unzFile)openZipFileAtPath:(NSString*)pathToFile
136 unzFile unzipFile = nil;
158 - (NSData*) metaDataFileFromZip:(unzFile)unzipFile argument
195 - (NSData*) contentDataFileFromZip:(unzFile)unzipFile argument
/trunk/main/shell/inc/internal/
H A Dzipfile.hxx158 unzFile m_uzFile;