Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/lib/
H A Dparse_date.re709 const timelib_tz_lookup_table *fmp;
754 for (fmp = timelib_timezone_fallbackmap; fmp->name; fmp++) {
755 if ((fmp->gmtoffset * 3600) == gmtoffset && fmp->type == isdst) {
756 return fmp;
H A Dparse_date.c711 const timelib_tz_lookup_table *fmp; in zone_search() local
756 for (fmp = timelib_timezone_fallbackmap; fmp->name; fmp++) { in zone_search()
757 if ((fmp->gmtoffset * 3600) == gmtoffset && fmp->type == isdst) { in zone_search()
758 return fmp; in zone_search()

Completed in 27 milliseconds