Home
last modified time | relevance | path

Searched refs:dosdate (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/zip/lib/
H A Dzip_source_pkware.c133 unsigned short dostime, dosdate; in decrypt_header() local
152 _zip_u2d_time(st.mtime, &dostime, &dosdate); in decrypt_header()
H A Dzip_dirent.c301 zip_uint16_t dostime, dosdate; in _zip_dirent_read() local
342 dosdate = _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() local
713 _zip_u2d_time(de->last_mod, &dostime, &dosdate); in _zip_dirent_write()
715 _zip_buffer_put_16(buffer, dosdate); in _zip_dirent_write()

Completed in 11 milliseconds