Lines Matching refs:OF
153 extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1,
166 extern unzFile ZEXPORT unzOpen OF((const char *path));
167 extern unzFile ZEXPORT unzOpen64 OF((const void *path));
184 extern unzFile ZEXPORT unzOpen2 OF((const char *path,
191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
198 extern int ZEXPORT unzClose OF((unzFile file));
205 extern unzFile ZEXPORT unzOpenFile OF((FILE *inputfile));
210 extern int ZEXPORT unzCloseFile OF((unzFile file));
217 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
220 extern int ZEXPORT unzGetGlobalInfo64 OF((unzFile file,
228 extern int ZEXPORT unzGetGlobalComment OF((unzFile file,
241 extern int ZEXPORT unzGoToFirstFile OF((unzFile file));
247 extern int ZEXPORT unzGoToNextFile OF((unzFile file));
254 extern int ZEXPORT unzLocateFile OF((unzFile file,
266 extern int ZEXPORT unzLocateFile2 OF((unzFile file,
311 extern int ZEXPORT unzGetCurrentFileInfo64 OF((unzFile file,
320 extern int ZEXPORT unzGetCurrentFileInfo OF((unzFile file,
344 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64 OF((unzFile file));
354 extern int ZEXPORT unzOpenCurrentFile OF((unzFile file));
360 extern int ZEXPORT unzOpenCurrentFilePassword OF((unzFile file,
368 extern int ZEXPORT unzOpenCurrentFile2 OF((unzFile file,
381 extern int ZEXPORT unzOpenCurrentFile3 OF((unzFile file,
396 extern int ZEXPORT unzCloseCurrentFile OF((unzFile file));
402 extern int ZEXPORT unzReadCurrentFile OF((unzFile file,
416 extern z_off_t ZEXPORT unztell OF((unzFile file));
418 extern ZPOS64_T ZEXPORT unztell64 OF((unzFile file));
423 extern int ZEXPORT unzeof OF((unzFile file));
428 extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file,