Lines Matching refs:file

105     uLong       internal_fa;    /* internal file attributes        2 bytes */
106 uLong external_fa; /* external file attributes 4 bytes */
122 if the file pathname exist and append==APPEND_STATUS_CREATEAFTER, the zip
123 will be created at the end of the file.
124 (useful if the file contain a self extractor code)
125 if the file pathname exist and append==APPEND_STATUS_ADDINZIP, we will
126 add files in existing zip (be sure you don't add file that doesn't exist)
133 If you want delete file into a zipfile, you must open a zipfile, and create another
134 Of course, you can use RAW reading and writing to copy the file you did not want delete
152 extern int ZEXPORT zipOpenNewFileInZip(zipFile file,
163 extern int ZEXPORT zipOpenNewFileInZip64(zipFile file,
176 Open a file in the ZIP for writing.
186 zip64 is set to 1 if a zip64 extended information block should be added to the local file header.
192 extern int ZEXPORT zipOpenNewFileInZip2(zipFile file,
205 extern int ZEXPORT zipOpenNewFileInZip2_64(zipFile file,
218 Same than zipOpenNewFileInZip, except if raw=1, we write raw file
221 extern int ZEXPORT zipOpenNewFileInZip3(zipFile file,
238 extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file,
260 crcForCrypting : crc of file to compress (needed for crypting)
263 extern int ZEXPORT zipOpenNewFileInZip4(zipFile file,
283 extern int ZEXPORT zipOpenNewFileInZip4_64(zipFile file,
309 extern int ZEXPORT zipWriteInFileInZip(zipFile file,
316 extern int ZEXPORT zipCloseFileInZip(zipFile file);
318 Close the current file in the zipfile
321 extern int ZEXPORT zipCloseFileInZipRaw(zipFile file,
325 extern int ZEXPORT zipCloseFileInZipRaw64(zipFile file,
330 Close the current file in the zipfile, for file opened with
335 extern int ZEXPORT zipClose(zipFile file,
346 Remove extra information block from a extra information data for the local file header or central directory header