Home
last modified time | relevance | path

Searched refs:dosdate (Results 1 – 2 of 2) sorted by last modified time

/PHP-5.5/ext/zip/lib/
H A Dzip_source_pkware.c146 unsigned short dostime, dosdate; in decrypt_header() local
166 _zip_u2d_time(st.mtime, &dostime, &dosdate); in decrypt_header()
H A Dzip_dirent.c226 unsigned short dostime, dosdate; in _zip_dirent_read() local
271 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() local
438 _zip_u2d_time(zde->last_mod, &dostime, &dosdate); in _zip_dirent_write()
440 _zip_write2(dosdate, fp); in _zip_dirent_write()

Completed in 9 milliseconds