Lines Matching defs:dos_time
4865 static time_t mz_zip_dos_to_time_t(int dos_time, int dos_date) {
4872 tm.tm_hour = (dos_time >> 11) & 31;
4873 tm.tm_min = (dos_time >> 5) & 63;
4874 tm.tm_sec = (dos_time << 1) & 62;
6144 mz_uint16 dos_time, mz_uint16 dos_date) {
6151 MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_FILE_TIME_OFS, dos_time);
6165 mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date,
6173 MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_FILE_TIME_OFS, dos_time);
6191 mz_uint16 dos_time, mz_uint16 dos_date, mz_uint64 local_header_ofs,
6207 uncomp_size, comp_size, uncomp_crc32, method, bit_flags, dos_time,
6271 mz_uint16 method = 0, dos_time = 0, dos_date = 0;
6304 mz_zip_time_to_dos_time(cur_time, &dos_time, &dos_date);
6418 comp_size, uncomp_crc32, method, 0, dos_time, dos_date))
6428 dos_time, dos_date, local_dir_header_ofs, ext_attributes))
6443 mz_uint16 method = 0, dos_time = 0, dos_date = 0, ext_attributes = 0;
6474 if (!mz_zip_get_file_modified_time(pSrc_filename, &dos_time, &dos_date))
6611 comp_size, uncomp_crc32, method, 0, dos_time, dos_date))
6621 dos_time, dos_date, local_dir_header_ofs, ext_attributes))