Searched refs:zipFile (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dzip.h67 typedef zipFile__ *zipFile; typedef
69 typedef voidp zipFile; typedef
116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append));
128 Else, the return value is a zipFile Handle, usable with other function
137 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname,
142 extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname,
147 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file,
158 extern int ZEXPORT zipOpenNewFileInZip64 OF((zipFile file,
187 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile fil
[all...]
H A Dzip.c849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def)
916 return (zipFile)zi;
920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def)
932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def)
948 extern zipFile ZEXPORT zipOpen (const char* pathname, int append)
953 extern zipFile ZEXPORT zipOpen64 (const void* pathname, int append)
1055 extern int ZEXPORT zipOpenNewFileInZip4_64 (zipFile file, const char* filename, const zip_fileinfo* zipfi,
1265 extern int ZEXPORT zipOpenNewFileInZip4 (zipFile file, const char* filename, const zip_fileinfo* zipfi,
1281 extern int ZEXPORT zipOpenNewFileInZip3 (zipFile file, const char* filename, const zip_fileinfo* zipfi,
1296 extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile fil
[all...]
H A Dminizip.c371 zipFile zf;

Completed in 1538 milliseconds