Lines Matching refs:ZEXPORT

153 extern int ZEXPORT unzStringFileNameCompare(const char* fileName1,
166 extern unzFile ZEXPORT unzOpen(const char *path);
167 extern unzFile ZEXPORT unzOpen64(const void *path);
184 extern unzFile ZEXPORT unzOpen2(const char *path,
191 extern unzFile ZEXPORT unzOpen2_64(const void *path,
198 extern int ZEXPORT unzClose(unzFile file);
205 extern unzFile ZEXPORT unzOpenFile OF((FILE *inputfile));
210 extern int ZEXPORT unzCloseFile OF((unzFile file));
217 extern int ZEXPORT unzGetGlobalInfo(unzFile file,
220 extern int ZEXPORT unzGetGlobalInfo64(unzFile file,
228 extern int ZEXPORT unzGetGlobalComment(unzFile file,
241 extern int ZEXPORT unzGoToFirstFile(unzFile file);
247 extern int ZEXPORT unzGoToNextFile(unzFile file);
254 extern int ZEXPORT unzLocateFile(unzFile file,
266 extern int ZEXPORT unzLocateFile2 OF((unzFile file,
287 extern int ZEXPORT unzGetFilePos(
291 extern int ZEXPORT unzGoToFilePos(
301 extern int ZEXPORT unzGetFilePos64(
305 extern int ZEXPORT unzGoToFilePos64(
311 extern int ZEXPORT unzGetCurrentFileInfo64(unzFile file,
320 extern int ZEXPORT unzGetCurrentFileInfo(unzFile file,
344 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64(unzFile file);
354 extern int ZEXPORT unzOpenCurrentFile(unzFile file);
360 extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file,
368 extern int ZEXPORT unzOpenCurrentFile2(unzFile file,
381 extern int ZEXPORT unzOpenCurrentFile3(unzFile file,
396 extern int ZEXPORT unzCloseCurrentFile(unzFile file);
402 extern int ZEXPORT unzReadCurrentFile(unzFile file,
416 extern z_off_t ZEXPORT unztell(unzFile file);
418 extern ZPOS64_T ZEXPORT unztell64(unzFile file);
423 extern int ZEXPORT unzeof(unzFile file);
428 extern int ZEXPORT unzGetLocalExtrafield(unzFile file,
447 extern ZPOS64_T ZEXPORT unzGetOffset64 (unzFile file);
448 extern uLong ZEXPORT unzGetOffset (unzFile file);
451 extern int ZEXPORT unzSetOffset64 (unzFile file, ZPOS64_T pos);
452 extern int ZEXPORT unzSetOffset (unzFile file, uLong pos);