Home | History | Annotate | Download | only in minizip

Lines Matching refs:OF

3    part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
14 Condition of use and distribution are the same than zlib :
18 arising from the use of this software.
24 1. The origin of this software must not be misrepresented; you must not
36 See header of zip.h
64 /* like the STRICT of WIN32, we define a pointer that cannot be converted
94 uInt tm_mday; /* day of the month - [1,31] */
116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append));
123 will be created at the end of the file.
129 of this zip package.
134 Of couse, you can use RAW reading and writing to copy the file you did not want delte
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,
180 level contain the level of compression (can be Z_DEFAULT_COMPRESSION)
187 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file,
200 extern int ZEXPORT zipOpenNewFileInZip2_64 OF((zipFile 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));
319 extern int ZEXPORT zipCloseFileInZipRaw OF((zipFile file,
323 extern int ZEXPORT zipCloseFileInZipRaw64 OF((zipFile file,
333 extern int ZEXPORT zipClose OF((zipFile file,
340 extern int ZEXPORT zipRemoveExtraInfoBlock OF((char* pData, int* dataLen, short sHeader));