Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dparse_date.re567 static long timelib_lookup_month(char **ptr)
596 return timelib_lookup_month(ptr);
1614 s->time->m = timelib_lookup_month((char **) &ptr);
1917 tmp = timelib_lookup_month((char **) &ptr);
H A Dparse_date.c569 static long timelib_lookup_month(char **ptr) in timelib_lookup_month() function
598 return timelib_lookup_month(ptr); in timelib_get_month()
4071 s->time->m = timelib_lookup_month((char **) &ptr); in scan()
24908 tmp = timelib_lookup_month((char **) &ptr); in timelib_parse_from_format()

Completed in 40 milliseconds