Searched refs:dos_time (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 3307 static MZ_TIME_T mz_zip_dos_to_time_t(int dos_time, int dos_date) in mz_zip_dos_to_time_t() argument 3315 tm.tm_hour = (dos_time >> 11) & 31; in mz_zip_dos_to_time_t() 3316 tm.tm_min = (dos_time >> 5) & 63; in mz_zip_dos_to_time_t() 3317 tm.tm_sec = (dos_time << 1) & 62; in mz_zip_dos_to_time_t() 5962 …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 5970 MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_FILE_TIME_OFS, dos_time); in mz_zip_writer_create_local_dir_header() 5983 … mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, in mz_zip_writer_create_central_dir_header() argument 5992 MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_FILE_TIME_OFS, dos_time); in mz_zip_writer_create_central_dir_header() 6008 … mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, in mz_zip_writer_add_to_central_dir() argument 6027 … comment_size, uncomp_size, comp_size, uncomp_crc32, method, bit_flags, dos_time, dos_date, local_… in mz_zip_writer_add_to_central_dir() [all …]
|