Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/macosx/spotlight/
H A Dunzip.h83 typedef unzFile__ *unzFile; typedef
85 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 …]
H A Dunzip.m529 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 …]
H A DOOoSpotlightImporter.h33 - (unzFile)openZipFileAtPath:(NSString*)pathToFile; in openZipFileAtPath:()
35 - (NSData*)metaDataFileFromZip:(unzFile)unzipFile; in metaDataFileFromZip:() argument
37 - (NSData*)contentDataFileFromZip:(unzFile)unzipFile; in contentDataFileFromZip:() argument
H A DOOoSpotlightImporter.m84 unzFile unzipFile = [self openZipFileAtPath:pathToFile];
134 - (unzFile)openZipFileAtPath:(NSString*)pathToFile
136 unzFile unzipFile = nil;
158 - (NSData*) metaDataFileFromZip:(unzFile)unzipFile
195 - (NSData*) contentDataFileFromZip:(unzFile)unzipFile
/aoo4110/main/shell/inc/internal/
H A Dzipfile.hxx154 unzFile m_uzFile;

Completed in 37 milliseconds