Searched refs:dosdate (Results 1 – 2 of 2) sorted by relevance
226 unsigned short dostime, dosdate; in _zip_dirent_read() local271 dosdate = _zip_read2(&cur); in _zip_dirent_read()272 zde->last_mod = _zip_d2u_time(dostime, dosdate); in _zip_dirent_read()428 unsigned short dostime, dosdate; in _zip_dirent_write() local438 _zip_u2d_time(zde->last_mod, &dostime, &dosdate); in _zip_dirent_write()440 _zip_write2(dosdate, fp); in _zip_dirent_write()
146 unsigned short dostime, dosdate; in decrypt_header() local166 _zip_u2d_time(st.mtime, &dostime, &dosdate); in decrypt_header()
Completed in 9 milliseconds