Searched defs:tz_not_found (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_iso_intervals.c | 193 static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb) argument 197 *tz_not_found = 0; 209 *tz_not_found = 0; 217 *tz_not_found = 0;
|
| H A D | parse_date.c | 753 static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wrapper tz_wrapper) argument 758 *tz_not_found = 0; 770 *tz_not_found = 0; 778 *tz_not_found = 0; 812 *tz_not_found = (found == 0); 1004 int tz_not_found; local 1008 s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapper); 1009 if (tz_not_found) { 4451 int tz_not_found; local 4470 s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, 9785 int tz_not_found; local 12064 int tz_not_found; local 13452 int tz_not_found; local 15806 int tz_not_found; local 25048 int tz_not_found; local [all...] |
Completed in 8 milliseconds