Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_date.re567 static timelib_long timelib_lookup_month(char **ptr)
596 return timelib_lookup_month(ptr);
1716 s->time->m = timelib_lookup_month((char **) &ptr);
2131 tmp = timelib_lookup_month((char **) &ptr);
H A Dparse_date.c569 static timelib_long timelib_lookup_month(char **ptr) in timelib_lookup_month() function
598 return timelib_lookup_month(ptr); in timelib_get_month()
4503 s->time->m = timelib_lookup_month((char **) &ptr); in scan()
25239 tmp = timelib_lookup_month((char **) &ptr); in timelib_parse_from_format_with_map()

Completed in 91 milliseconds