Lines Matching defs:zipfi
1059 extern int ZEXPORT zipOpenNewFileInZip4_64 (zipFile file, const char* filename, const zip_fileinfo* zipfi,
1109 if (zipfi == NULL)
1113 if (zipfi->dosDate != 0)
1114 zi->ci.dosDate = zipfi->dosDate;
1116 zi->ci.dosDate = zip64local_TmzDateToDosDate(&zipfi->tmz_date);
1158 if (zipfi==NULL)
1161 zip64local_putValue_inmemory(zi->ci.central_header+36,(uLong)zipfi->internal_fa,2);
1163 if (zipfi==NULL)
1166 zip64local_putValue_inmemory(zi->ci.central_header+38,(uLong)zipfi->external_fa,4);
1269 extern int ZEXPORT zipOpenNewFileInZip4 (zipFile file, const char* filename, const zip_fileinfo* zipfi,
1277 return zipOpenNewFileInZip4_64 (file, filename, zipfi,
1285 extern int ZEXPORT zipOpenNewFileInZip3 (zipFile file, const char* filename, const zip_fileinfo* zipfi,
1292 return zipOpenNewFileInZip4_64 (file, filename, zipfi,
1300 extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi,
1307 return zipOpenNewFileInZip4_64 (file, filename, zipfi,
1315 extern int ZEXPORT zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi,
1320 return zipOpenNewFileInZip4_64 (file, filename, zipfi,
1328 extern int ZEXPORT zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi,
1333 return zipOpenNewFileInZip4_64 (file, filename, zipfi,
1341 extern int ZEXPORT zipOpenNewFileInZip64 (zipFile file, const char* filename, const zip_fileinfo* zipfi,
1346 return zipOpenNewFileInZip4_64 (file, filename, zipfi,
1354 extern int ZEXPORT zipOpenNewFileInZip (zipFile file, const char* filename, const zip_fileinfo* zipfi,
1359 return zipOpenNewFileInZip4_64 (file, filename, zipfi,