Home
last modified time | relevance | path

Searched refs:unzOpenCurrentFile3 (Results 1 – 5 of 5) sorted by relevance

/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def68 unzOpenCurrentFile3 @69
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def68 unzOpenCurrentFile3 @69
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def68 unzOpenCurrentFile3 @69
/external/zlib/src/contrib/minizip/
Dunzip.h358 extern int ZEXPORT unzOpenCurrentFile3 OF((unzFile file,
Dunzip.c1472 extern int ZEXPORT unzOpenCurrentFile3 (unzFile file, int* method, in unzOpenCurrentFile3() function
1643 return unzOpenCurrentFile3(file, NULL, NULL, 0, NULL); in unzOpenCurrentFile()
1648 return unzOpenCurrentFile3(file, NULL, NULL, 0, password); in unzOpenCurrentFilePassword()
1653 return unzOpenCurrentFile3(file, method, level, raw, NULL); in unzOpenCurrentFile2()