Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dpharzip.h28 char datestamp[2]; /* last mod file date 2 bytes */ member
158 char datestamp[2]; /* last mod file date 2 bytes */ member
H A Dzip.c373 entry.timestamp = phar_zip_d2u_time(zipentry.timestamp, zipentry.datestamp); in phar_parse_zipfile()
822 phar_zip_u2d_time(entry->timestamp, local.timestamp, local.datestamp); in phar_zip_changed_apply()
824 memcpy(central.datestamp, local.datestamp, sizeof(local.datestamp)); in phar_zip_changed_apply()

Completed in 10 milliseconds