Home | History | Annotate | Download | only in minizip

Lines Matching refs:unzFile

68 typedef unzFile__ *unzFile;
70 typedef voidp unzFile;
166 extern unzFile ZEXPORT unzOpen(const char *path);
167 extern unzFile ZEXPORT unzOpen64(const void *path);
174 Else, the return value is a unzFile Handle, usable with other function
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 int ZEXPORT unzGetGlobalInfo(unzFile file,
208 extern int ZEXPORT unzGetGlobalInfo64(unzFile file,
216 extern int ZEXPORT unzGetGlobalComment(unzFile file,
229 extern int ZEXPORT unzGoToFirstFile(unzFile file);
235 extern int ZEXPORT unzGoToNextFile(unzFile file);
242 extern int ZEXPORT unzLocateFile(unzFile file,
265 unzFile file,
269 unzFile file,
279 unzFile file,
283 unzFile file,
288 extern int ZEXPORT unzGetCurrentFileInfo64(unzFile file,
297 extern int ZEXPORT unzGetCurrentFileInfo(unzFile file,
321 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64(unzFile file);
331 extern int ZEXPORT unzOpenCurrentFile(unzFile file);
337 extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file,
345 extern int ZEXPORT unzOpenCurrentFile2(unzFile file,
358 extern int ZEXPORT unzOpenCurrentFile3(unzFile file,
373 extern int ZEXPORT unzCloseCurrentFile(unzFile file);
379 extern int ZEXPORT unzReadCurrentFile(unzFile file,
393 extern z_off_t ZEXPORT unztell(unzFile file);
395 extern ZPOS64_T ZEXPORT unztell64(unzFile file);
400 extern int ZEXPORT unzeof(unzFile file);
405 extern int ZEXPORT unzGetLocalExtrafield(unzFile file,
424 extern ZPOS64_T ZEXPORT unzGetOffset64 (unzFile file);
425 extern uLong ZEXPORT unzGetOffset (unzFile file);
428 extern int ZEXPORT unzSetOffset64 (unzFile file, ZPOS64_T pos);
429 extern int ZEXPORT unzSetOffset (unzFile