Lines Matching +defs:file +defs:s
513 unz64_s *s; in unzOpenInternal() local
728 extern int ZEXPORT unzClose(unzFile file) { in unzClose()
729 unz64_s* s; in unzClose() local
747 extern int ZEXPORT unzGetGlobalInfo64(unzFile file, unz_global_info64* pglobal_info) { in unzGetGlobalInfo64()
748 unz64_s* s; in unzGetGlobalInfo64() local
756 extern int ZEXPORT unzGetGlobalInfo(unzFile file, unz_global_info* pglobal_info32) { in unzGetGlobalInfo()
757 unz64_s* s; in unzGetGlobalInfo() local
784 local int unz64local_GetCurrentFileInfoInternal(unzFile file, in unz64local_GetCurrentFileInfoInternal()
794 unz64_s* s; in unz64local_GetCurrentFileInfoInternal() local
1082 extern int ZEXPORT unzGetCurrentFileInfo64(unzFile file, in unzGetCurrentFileInfo64()
1093 extern int ZEXPORT unzGetCurrentFileInfo(unzFile file, in unzGetCurrentFileInfo()
1134 extern int ZEXPORT unzGoToFirstFile(unzFile file) { in unzGoToFirstFile()
1136 unz64_s* s; in unzGoToFirstFile() local
1154 extern int ZEXPORT unzGoToNextFile(unzFile file) { in unzGoToNextFile()
1155 unz64_s* s; in unzGoToNextFile() local
1186 extern int ZEXPORT unzLocateFile(unzFile file, const char *szFileName, int iCaseSensitivity) { in unzLocateFile()
1187 unz64_s* s; in unzLocateFile() local
1261 extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) { in unzGetFilePos64()
1262 unz64_s* s; in unzGetFilePos64() local
1276 extern int ZEXPORT unzGetFilePos(unzFile file, unz_file_pos* file_pos) { in unzGetFilePos()
1287 extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* file_pos) { in unzGoToFilePos64()
1288 unz64_s* s; in unzGoToFilePos64() local
1308 extern int ZEXPORT unzGoToFilePos(unzFile file, unz_file_pos* file_pos) { in unzGoToFilePos()
1330 local int unz64local_CheckCurrentFileCoherencyHeader(unz64_s* s, uInt* piSizeVar, in unz64local_CheckCurrentFileCoherencyHeader()
1416 extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int* method, in unzOpenCurrentFile3()
1420 unz64_s* s; in unzOpenCurrentFile3() local
1587 extern int ZEXPORT unzOpenCurrentFile(unzFile file) { in unzOpenCurrentFile()
1591 extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file, const char* password) { in unzOpenCurrentFilePassword()
1595 extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) { in unzOpenCurrentFile2()
1601 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64(unzFile file) { in unzGetCurrentFileZStreamPos64()
1602 unz64_s* s; in unzGetCurrentFileZStreamPos64() local
1626 extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, unsigned len) { in unzReadCurrentFile()
1629 unz64_s* s; in unzReadCurrentFile() local
1828 extern z_off_t ZEXPORT unztell(unzFile file) { in unztell()
1829 unz64_s* s; in unztell() local
1842 extern ZPOS64_T ZEXPORT unztell64(unzFile file) { in unztell64()
1844 unz64_s* s; in unztell64() local
1861 extern int ZEXPORT unzeof(unzFile file) { in unzeof()
1862 unz64_s* s; in unzeof() local
1892 extern int ZEXPORT unzGetLocalExtrafield(unzFile file, voidp buf, unsigned len) { in unzGetLocalExtrafield()
1893 unz64_s* s; in unzGetLocalExtrafield() local
1939 extern int ZEXPORT unzCloseCurrentFile(unzFile file) { in unzCloseCurrentFile()
1942 unz64_s* s; in unzCloseCurrentFile() local
1985 extern int ZEXPORT unzGetGlobalComment(unzFile file, char * szComment, uLong uSizeBuf) { in unzGetGlobalComment()
1986 unz64_s* s; in unzGetGlobalComment() local
2012 extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) { in unzGetOffset64()
2013 unz64_s* s; in unzGetOffset64() local
2026 extern uLong ZEXPORT unzGetOffset(unzFile file) { in unzGetOffset()
2035 extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) { in unzSetOffset64()
2036 unz64_s* s; in unzSetOffset64() local
2052 extern int ZEXPORT unzSetOffset (unzFile file, uLong pos) { in unzSetOffset()