Searched refs:dostime (Results 1 – 2 of 2) sorted by relevance
133 unsigned short dostime, dosdate; in decrypt_header() local152 _zip_u2d_time(st.mtime, &dostime, &dosdate); in decrypt_header()154 if (header[HEADERLEN-1] != st.crc>>24 && header[HEADERLEN-1] != dostime>>8) { in decrypt_header()
301 zip_uint16_t dostime, dosdate; in _zip_dirent_read() local341 dostime = _zip_buffer_get_16(buffer); in _zip_dirent_read()343 zde->last_mod = _zip_d2u_time(dostime, dosdate); in _zip_dirent_read()616 zip_uint16_t dostime, dosdate; in _zip_dirent_write() local713 _zip_u2d_time(de->last_mod, &dostime, &dosdate); in _zip_dirent_write()714 _zip_buffer_put_16(buffer, dostime); in _zip_dirent_write()
Completed in 9 milliseconds