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 couse, you can use RAW reading and writing to copy the file you did not want delte
147 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file,
158 extern int ZEXPORT zipOpenNewFileInZip64 OF((zipFile file,
171 Open a file in the ZIP for writing.
181 zip64 is set to 1 if a zip64 extended information block should be added to the local file header.
187 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file,
200 extern int ZEXPORT zipOpenNewFileInZip2_64 OF((zipFile file,
213 Same than zipOpenNewFileInZip, except if raw=1, we write raw file
216 extern int ZEXPORT zipOpenNewFileInZip3 OF((zipFile file,
233 extern int ZEXPORT zipOpenNewFileInZip3_64 OF((zipFile file,
256 crcForCrypting : crc of file to compress (needed for crypting)
259 extern int ZEXPORT zipOpenNewFileInZip4 OF((zipFile file,
280 extern int ZEXPORT zipOpenNewFileInZip4_64 OF((zipFile file,
307 extern int ZEXPORT zipWriteInFileInZip OF((zipFile file,
314 extern int ZEXPORT zipCloseFileInZip OF((zipFile file));
316 Close the current file in the zipfile
319 extern int ZEXPORT zipCloseFileInZipRaw OF((zipFile file,
323 extern int ZEXPORT zipCloseFileInZipRaw64 OF((zipFile file,
328 Close the current file in the zipfile, for file opened with
333 extern int ZEXPORT zipClose OF((zipFile file,
344 Remove extra information block from a extra information data for the local file header or central directory header