Searched refs:pDOS_date (Results 1 – 1 of 1) sorted by relevance
4879 mz_uint16 *pDOS_date) { in mz_zip_time_to_dos_time() argument4885 *pDOS_date = 0; in mz_zip_time_to_dos_time()4894 *pDOS_date = (mz_uint16)(((tm->tm_year + 1900 - 1980) << 9) + in mz_zip_time_to_dos_time()4902 mz_uint16 *pDOS_date) { in mz_zip_get_file_modified_time() argument4905 *pDOS_date = *pDOS_time = 0; in mz_zip_get_file_modified_time()4911 mz_zip_time_to_dos_time(file_stat.st_mtime, pDOS_time, pDOS_date); in mz_zip_get_file_modified_time()