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