Searched refs:unzOpenCurrentFile3 (Results 1 – 5 of 5) sorted by relevance
/external/zlib/src/contrib/vstudio/vc10/ |
D | zlibvc.def | 68 unzOpenCurrentFile3 @69
|
/external/zlib/src/contrib/vstudio/vc9/ |
D | zlibvc.def | 68 unzOpenCurrentFile3 @69
|
/external/zlib/src/contrib/vstudio/vc11/ |
D | zlibvc.def | 68 unzOpenCurrentFile3 @69
|
/external/zlib/src/contrib/minizip/ |
D | unzip.h | 358 extern int ZEXPORT unzOpenCurrentFile3 OF((unzFile file,
|
D | unzip.c | 1472 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()
|