Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/lib/
H A Dparse_date.re708 const timelib_tz_lookup_table *tp, *first_found_elem = NULL;
719 first_found_elem = tp;
730 return first_found_elem;
737 first_found_elem = tp;
748 return first_found_elem;
H A Dparse_date.c710 const timelib_tz_lookup_table *tp, *first_found_elem = NULL; in zone_search() local
721 first_found_elem = tp; in zone_search()
732 return first_found_elem; in zone_search()
739 first_found_elem = tp; in zone_search()
750 return first_found_elem; in zone_search()

Completed in 28 milliseconds