HomeSort by: relevance | last modified time | path
    Searched refs:dosDate (Results 1 - 6 of 6) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
unzip.h 117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
138 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
zip.h 102 uLong dosDate; /* if dos_date == 0, tmu_date is used */
minizip.c 397 zi.dosDate = 0;
400 filetime(filenameinzip,&zi.tmz_date,&zi.dosDate);
zip.c 147 uLong dosDate;
943 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.dosDate,4);
1077 zi->ci.dosDate = 0;
1080 if (zipfi->dosDate != 0)
1081 zi->ci.dosDate = zipfi->dosDate;
1083 zi->ci.dosDate = zip64local_TmzDateToDosDate(&zipfi->tmz_date);
1116 zip64local_putValue_inmemory(zi->ci.central_header+12,(uLong)zi->ci.dosDate,4);
miniunz.c 82 dosdate : the new date at the MSDOS format (4 bytes)
84 static void change_file_date(const char *filename, uLong dosdate, tm_unz tmu_date) {
92 DosDateTimeToFileTime((WORD)(dosdate>>16),(WORD)dosdate,&ftLocal);
98 (void)dosdate;
116 (void)dosdate;
457 change_file_date(write_filename,file_info.dosDate,
unzip.c 815 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK)
818 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
1037 pfile_info->dosDate = file_info64.dosDate;

Completed in 19 milliseconds