Searched refs:dostime (Results 1 – 2 of 2) sorted by relevance
146 unsigned short dostime, dosdate; in decrypt_header() local166 _zip_u2d_time(st.mtime, &dostime, &dosdate); in decrypt_header()169 && header[HEADERLEN-1] != dostime>>8) { in decrypt_header()
226 unsigned short dostime, dosdate; in _zip_dirent_read() local270 dostime = _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()439 _zip_write2(dostime, fp); in _zip_dirent_write()
Completed in 7 milliseconds