Home
last modified time | relevance | path

Searched refs:last_mod (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_dirent.c183 de->last_mod = 0; in _zip_dirent_init()
272 zde->last_mod = _zip_d2u_time(dostime, dosdate); in _zip_dirent_read()
365 static time_t last_mod = 0; in _zip_dirent_torrent_normalize() local
367 if (last_mod == 0) { in _zip_dirent_torrent_normalize()
390 last_mod = mktime(&torrenttime); in _zip_dirent_torrent_normalize()
397 de->last_mod = last_mod; in _zip_dirent_torrent_normalize()
438 _zip_u2d_time(zde->last_mod, &dostime, &dosdate); in _zip_dirent_write()
H A Dzip_stat_index.c72 st->mtime = za->cdir->entry[index].last_mod; in zip_stat_index()
H A Dzip_close.c273 cd->entry[j].last_mod = de.last_mod; in zip_close()
421 de->last_mod = st.mtime; in add_data()
H A Dzipint.h221 time_t last_mod; /* (cl) time of last modification */ member
H A Dzip_open.c401 || (h1->last_mod != h2->last_mod) in _zip_headercomp()

Completed in 16 milliseconds