Home | History | Annotate | Download | only in minizip

Lines Matching refs:ZEXPORT

124 extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1,
137 extern unzFile ZEXPORT unzOpen OF((const char *path));
148 extern unzFile ZEXPORT unzOpen2 OF((const char *path,
155 extern int ZEXPORT unzClose OF((unzFile file));
162 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
170 extern int ZEXPORT unzGetGlobalComment OF((unzFile file,
183 extern int ZEXPORT unzGoToFirstFile OF((unzFile file));
189 extern int ZEXPORT unzGoToNextFile OF((unzFile file));
196 extern int ZEXPORT unzLocateFile OF((unzFile file,
218 extern int ZEXPORT unzGetFilePos(
222 extern int ZEXPORT unzGoToFilePos(
228 extern int ZEXPORT unzGetCurrentFileInfo OF((unzFile file,
254 extern int ZEXPORT unzOpenCurrentFile OF((unzFile file));
260 extern int ZEXPORT unzOpenCurrentFilePassword OF((unzFile file,
268 extern int ZEXPORT unzOpenCurrentFile2 OF((unzFile file,
281 extern int ZEXPORT unzOpenCurrentFile3 OF((unzFile file,
296 extern int ZEXPORT unzCloseCurrentFile OF((unzFile file));
302 extern int ZEXPORT unzReadCurrentFile OF((unzFile file,
316 extern z_off_t ZEXPORT unztell OF((unzFile file));
321 extern int ZEXPORT unzeof OF((unzFile file));
326 extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file,
345 extern uLong ZEXPORT unzGetOffset (unzFile file);
348 extern int ZEXPORT unzSetOffset (unzFile file, uLong pos);