HomeSort by: relevance | last modified time | path
    Searched refs:unzFile (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
unzip.h 68 typedef unzFile__ *unzFile;
70 typedef voidp unzFile;
166 extern unzFile ZEXPORT unzOpen(const char *path);
167 extern unzFile ZEXPORT unzOpen64(const void *path);
174 Else, the return value is a unzFile Handle, usable with other function
184 extern unzFile ZEXPORT unzOpen2(const char *path,
191 extern unzFile ZEXPORT unzOpen2_64(const void *path,
198 extern int ZEXPORT unzClose(unzFile file);
205 extern int ZEXPORT unzGetGlobalInfo(unzFile file,
208 extern int ZEXPORT unzGetGlobalInfo64(unzFile file
    [all...]
unzip.c 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)
    [all...]
miniunz.c 231 static int do_list(unzFile uf) {
307 static int do_extract_currentfile(unzFile uf, const int* popt_extract_without_path, int* popt_overwrite, const char* password) {
478 static int do_extract(unzFile uf, int opt_extract_without_path, int opt_overwrite, const char* password) {
508 static int do_extract_onefile(unzFile uf, const char* filename, int opt_extract_without_path, int opt_overwrite, const char* password) {
537 unzFile uf=NULL;

Completed in 13 milliseconds