Searched refs:pDOS_date (Results 1 – 1 of 1) sorted by relevance
2279 static void mz_zip_time_to_dos_time(time_t time, mz_uint16 *pDOS_time, mz_uint16 *pDOS_date) in mz_zip_time_to_dos_time() argument2287 *pDOS_date = 0; *pDOS_time = 0; in mz_zip_time_to_dos_time()2294 …*pDOS_date = (mz_uint16)(((tm->tm_year + 1900 - 1980) << 9) + ((tm->tm_mon + 1) << 5) + tm->tm_mda… in mz_zip_time_to_dos_time()2299 …ol mz_zip_get_file_modified_time(const char *pFilename, mz_uint16 *pDOS_time, mz_uint16 *pDOS_date) in mz_zip_get_file_modified_time() argument2302 (void)pFilename; *pDOS_date = *pDOS_time = 0; in mz_zip_get_file_modified_time()2308 mz_zip_time_to_dos_time(file_stat.st_mtime, pDOS_time, pDOS_date); in mz_zip_get_file_modified_time()