Lines Matching refs:unzFile
489 Else, the return value is a unzFile Handle, usable with other function
492 local unzFile unzOpenInternal(const void *path,
666 unzGoToFirstFile((unzFile)s);
668 return (unzFile)s;
672 extern unzFile ZEXPORT unzOpen2(const char *path,
684 extern unzFile ZEXPORT unzOpen2_64(const void *path,
698 extern unzFile ZEXPORT unzOpen(const char *path) {
702 extern unzFile ZEXPORT unzOpen64(const void *path) {
711 extern int ZEXPORT unzClose(unzFile file) {
730 extern int ZEXPORT unzGetGlobalInfo64(unzFile file, unz_global_info64* pglobal_info) {
739 extern int ZEXPORT unzGetGlobalInfo(unzFile file, unz_global_info* pglobal_info32) {
767 local int unz64local_GetCurrentFileInfoInternal(unzFile file,
1009 extern int ZEXPORT unzGetCurrentFileInfo64(unzFile file,
1020 extern int ZEXPORT unzGetCurrentFileInfo(unzFile file,
1061 extern int ZEXPORT unzGoToFirstFile(unzFile file) {
1081 extern int ZEXPORT unzGoToNextFile(unzFile file) {
1113 extern int ZEXPORT unzLocateFile(unzFile file, const char *szFileName, int iCaseSensitivity) {
1188 extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) {
1203 extern int ZEXPORT unzGetFilePos(unzFile file, unz_file_pos* file_pos) {
1214 extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* file_pos) {
1235 extern int ZEXPORT unzGoToFilePos(unzFile file, unz_file_pos* file_pos) {
1343 extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int* method,
1513 extern int ZEXPORT unzOpenCurrentFile(unzFile file) {
1517 extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file, const char* password) {
1521 extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) {
1527 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64(unzFile file) {
1552 extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, unsigned len) {
1759 extern z_off_t ZEXPORT unztell(unzFile file) {
1773 extern ZPOS64_T ZEXPORT unztell64(unzFile file) {
1792 extern int ZEXPORT unzeof(unzFile file) {
1823 extern int ZEXPORT unzGetLocalExtrafield(unzFile file, voidp buf, unsigned len) {
1870 extern int ZEXPORT unzCloseCurrentFile(unzFile file) {
1916 extern int ZEXPORT unzGetGlobalComment(unzFile file, char * szComment, uLong uSizeBuf) {
1943 extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) {
1957 extern uLong ZEXPORT unzGetOffset(unzFile file) {
1966 extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) {
1983 extern int ZEXPORT unzSetOffset (unzFile file, uLong pos) {