Home | History | Annotate | Download | only in minizip

Lines Matching refs:unzFile

581      Else, the return value is a unzFile Handle, usable with other function
584 local unzFile unzOpenInternal (const void *path,
759 unzGoToFirstFile((unzFile)s);
761 return (unzFile)s;
765 extern unzFile ZEXPORT unzOpen2 (const char *path,
778 extern unzFile ZEXPORT unzOpen2_64 (const void *path,
793 extern unzFile ZEXPORT unzOpen (const char *path)
798 extern unzFile ZEXPORT unzOpen64 (const void *path)
808 extern int ZEXPORT unzClose (unzFile file)
828 extern int ZEXPORT unzGetGlobalInfo64 (unzFile file, unz_global_info64* pglobal_info)
838 extern int ZEXPORT unzGetGlobalInfo (unzFile file, unz_global_info* pglobal_info32)
868 local int unz64local_GetCurrentFileInfoInternal OF((unzFile file,
879 local int unz64local_GetCurrentFileInfoInternal (unzFile file,
1124 extern int ZEXPORT unzGetCurrentFileInfo64 (unzFile file,
1136 extern int ZEXPORT unzGetCurrentFileInfo (unzFile file,
1178 extern int ZEXPORT unzGoToFirstFile (unzFile file)
1199 extern int ZEXPORT unzGoToNextFile (unzFile file)
1232 extern int ZEXPORT unzLocateFile (unzFile file, const char *szFileName, int iCaseSensitivity)
1308 extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos* file_pos)
1325 unzFile file,
1338 extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* file_pos)
1361 unzFile file,
1472 extern int ZEXPORT unzOpenCurrentFile3 (unzFile file, int* method,
1641 extern int ZEXPORT unzOpenCurrentFile (unzFile file)
1646 extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char* password)
1651 extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* level, int raw)
1658 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64( unzFile file)
1684 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len)
1889 extern z_off_t ZEXPORT unztell (unzFile file)
1904 extern ZPOS64_T ZEXPORT unztell64 (unzFile file)
1924 extern int ZEXPORT unzeof (unzFile file)
1956 extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsigned len)
2004 extern int ZEXPORT unzCloseCurrentFile (unzFile file)
2051 extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, uLong uSizeBuf)
2079 extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file)
2094 extern uLong ZEXPORT unzGetOffset (unzFile file)
2104 extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos)
2122 extern int ZEXPORT unzSetOffset (unzFile file, uLong pos)