Lines Matching refs:zipFile
8 Multi volume ZipFile (span) are not supported.
65 typedef zipFile__ *zipFile;
67 typedef voidp zipFile;
114 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
116 Create a zipfile.
124 If the zipfile cannot be opened, the return value is NULL.
125 Else, the return value is a zipFile Handle, usable with other function
129 /* Note : there is no delete function into a zipfile.
130 If you want delete file into a zipfile, you must open a zipfile, and create another
134 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname,
139 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file,
163 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file,
179 extern int ZEXPORT zipOpenNewFileInZip3 OF((zipFile file,
204 extern int ZEXPORT zipWriteInFileInZip OF((zipFile file,
208 Write data in the zipfile
211 extern int ZEXPORT zipCloseFileInZip OF((zipFile file));
213 Close the current file in the zipfile
216 extern int ZEXPORT zipCloseFileInZipRaw OF((zipFile file,
220 Close the current file in the zipfile, for fiel opened with
225 extern int ZEXPORT zipClose OF((zipFile file,
228 Close the zipfile