Home
last modified time | relevance | path

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

/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()
169 && header[HEADERLEN-1] != dostime>>8) { in decrypt_header()
H A Dzip_dirent.c226 unsigned short dostime, dosdate; in _zip_dirent_read() local
270 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() local
438 _zip_u2d_time(zde->last_mod, &dostime, &dosdate); in _zip_dirent_write()
439 _zip_write2(dostime, fp); in _zip_dirent_write()

Completed in 16 milliseconds