Lines Matching refs:ZEXPORT

386 extern int ZEXPORT unzStringFileNameCompare (const char*  fileName1,  in unzStringFileNameCompare()
761 extern unzFile ZEXPORT unzOpen2 (const char *path, in unzOpen2()
774 extern unzFile ZEXPORT unzOpen2_64 (const void *path, in unzOpen2_64()
789 extern unzFile ZEXPORT unzOpen (const char *path) in unzOpen()
794 extern unzFile ZEXPORT unzOpen64 (const void *path) in unzOpen64()
804 extern int ZEXPORT unzClose (unzFile file) in unzClose()
824 extern int ZEXPORT unzGetGlobalInfo64 (unzFile file, unz_global_info64* pglobal_info) in unzGetGlobalInfo64()
834 extern int ZEXPORT unzGetGlobalInfo (unzFile file, unz_global_info* pglobal_info32) in unzGetGlobalInfo()
1120 extern int ZEXPORT unzGetCurrentFileInfo64 (unzFile file, in unzGetCurrentFileInfo64()
1132 extern int ZEXPORT unzGetCurrentFileInfo (unzFile file, in unzGetCurrentFileInfo()
1174 extern int ZEXPORT unzGoToFirstFile (unzFile file) in unzGoToFirstFile()
1195 extern int ZEXPORT unzGoToNextFile (unzFile file) in unzGoToNextFile()
1228 extern int ZEXPORT unzLocateFile (unzFile file, const char *szFileName, int iCaseSensitivity) in unzLocateFile()
1304 extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) in unzGetFilePos64()
1320 extern int ZEXPORT unzGetFilePos( in unzGetFilePos()
1334 extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* file_pos) in unzGoToFilePos64()
1356 extern int ZEXPORT unzGoToFilePos( in unzGoToFilePos()
1468 extern int ZEXPORT unzOpenCurrentFile3 (unzFile file, int* method, in unzOpenCurrentFile3()
1638 extern int ZEXPORT unzOpenCurrentFile (unzFile file) in unzOpenCurrentFile()
1643 extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password) in unzOpenCurrentFilePassword()
1648 extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw) in unzOpenCurrentFile2()
1655 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64( unzFile file) in unzGetCurrentFileZStreamPos64()
1681 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len) in unzReadCurrentFile()
1881 extern z_off_t ZEXPORT unztell (unzFile file) in unztell()
1896 extern ZPOS64_T ZEXPORT unztell64 (unzFile file) in unztell64()
1916 extern int ZEXPORT unzeof (unzFile file) in unzeof()
1948 extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsigned len) in unzGetLocalExtrafield()
1996 extern int ZEXPORT unzCloseCurrentFile (unzFile file) in unzCloseCurrentFile()
2043 extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, uLong uSizeBuf) in unzGetGlobalComment()
2071 extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) in unzGetOffset64()
2086 extern uLong ZEXPORT unzGetOffset (unzFile file) in unzGetOffset()
2096 extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) in unzSetOffset64()
2114 extern int ZEXPORT unzSetOffset (unzFile file, uLong pos) in unzSetOffset()