Lines Matching refs:dos_time

2270 static time_t mz_zip_dos_to_time_t(int dos_time, int dos_date)  in mz_zip_dos_to_time_t()  argument
2275 …tm.tm_hour = (dos_time >> 11) & 31; tm.tm_min = (dos_time >> 5) & 63; tm.tm_sec = (dos_time << 1) … in mz_zip_dos_to_time_t()
3396 …z_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_da… in mz_zip_writer_create_local_dir_header() argument
3404 MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_FILE_TIME_OFS, dos_time); in mz_zip_writer_create_local_dir_header()
3414 …z_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_da… in mz_zip_writer_create_central_dir_header() argument
3422 MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_FILE_TIME_OFS, dos_time); in mz_zip_writer_create_central_dir_header()
3435 …z_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_da… in mz_zip_writer_add_to_central_dir() argument
3446 … comment_size, uncomp_size, comp_size, uncomp_crc32, method, bit_flags, dos_time, dos_date, local_… in mz_zip_writer_add_to_central_dir()
3502 mz_uint16 method = 0, dos_time = 0, dos_date = 0; in mz_zip_writer_add_mem_ex() local
3532 mz_zip_time_to_dos_time(cur_time, &dos_time, &dos_date); in mz_zip_writer_add_mem_ex()
3635 …_uint16)archive_name_size, 0, uncomp_size, comp_size, uncomp_crc32, method, 0, dos_time, dos_date)) in mz_zip_writer_add_mem_ex()
3641 …Comment, comment_size, uncomp_size, comp_size, uncomp_crc32, method, 0, dos_time, dos_date, local_… in mz_zip_writer_add_mem_ex()
3654 mz_uint16 method = 0, dos_time = 0, dos_date = 0, ext_attributes = 0; in mz_zip_writer_add_file() local
3681 if (!mz_zip_get_file_modified_time(pSrc_filename, &dos_time, &dos_date)) in mz_zip_writer_add_file()
3813 …_uint16)archive_name_size, 0, uncomp_size, comp_size, uncomp_crc32, method, 0, dos_time, dos_date)) in mz_zip_writer_add_file()
3819 …Comment, comment_size, uncomp_size, comp_size, uncomp_crc32, method, 0, dos_time, dos_date, local_… in mz_zip_writer_add_file()