Lines Matching refs:ZEXPORT
307 extern int ZEXPORT unzStringFileNameCompare (const char* fileName1,
679 extern unzFile ZEXPORT unzOpen2(const char *path,
691 extern unzFile ZEXPORT unzOpen2_64(const void *path,
705 extern unzFile ZEXPORT unzOpen(const char *path) {
709 extern unzFile ZEXPORT unzOpen64(const void *path) {
718 extern int ZEXPORT unzClose(unzFile file) {
735 extern unzFile ZEXPORT unzOpenFile (FILE *inputfile)
917 extern int ZEXPORT unzCloseFile (unzFile file)
937 extern int ZEXPORT unzGetGlobalInfo64(unzFile file, unz_global_info64* pglobal_info) {
946 extern int ZEXPORT unzGetGlobalInfo(unzFile file, unz_global_info* pglobal_info32) {
1218 extern int ZEXPORT unzGetCurrentFileInfo64(unzFile file,
1229 extern int ZEXPORT unzGetCurrentFileInfo(unzFile file,
1270 extern int ZEXPORT unzGoToFirstFile(unzFile file) {
1290 extern int ZEXPORT unzGoToNextFile(unzFile file) {
1322 extern int ZEXPORT unzLocateFile(unzFile file, const char *szFileName, int iCaseSensitivity) {
1438 extern int ZEXPORT unzLocateFile2 (unzFile file, const char *szFileName, int iCaseSensitivity)
1515 extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) {
1530 extern int ZEXPORT unzGetFilePos(unzFile file, unz_file_pos* file_pos) {
1541 extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* file_pos) {
1562 extern int ZEXPORT unzGoToFilePos(unzFile file, unz_file_pos* file_pos) {
1671 extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int* method,
1841 extern int ZEXPORT unzOpenCurrentFile(unzFile file) {
1845 extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file, const char* password) {
1849 extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) {
1855 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64(unzFile file) {
1880 extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, unsigned len) {
2087 extern z_off_t ZEXPORT unztell(unzFile file) {
2101 extern ZPOS64_T ZEXPORT unztell64(unzFile file) {
2120 extern int ZEXPORT unzeof(unzFile file) {
2151 extern int ZEXPORT unzGetLocalExtrafield(unzFile file, voidp buf, unsigned len) {
2198 extern int ZEXPORT unzCloseCurrentFile(unzFile file) {
2244 extern int ZEXPORT unzGetGlobalComment(unzFile file, char * szComment, uLong uSizeBuf) {
2271 extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) {
2285 extern uLong ZEXPORT unzGetOffset(unzFile file) {
2294 extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) {
2311 extern int ZEXPORT unzSetOffset (unzFile file, uLong pos) {