Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/lib/
H A Dparse_date.re452 static timelib_sll timelib_get_nr_ex(char **ptr, int max_length, int *scanned_length)
470 if (scanned_length) {
471 *scanned_length = end - begin;
H A Dparse_date.c454 static timelib_sll timelib_get_nr_ex(char **ptr, int max_length, int *scanned_length) in timelib_get_nr_ex() argument
472 if (scanned_length) { in timelib_get_nr_ex()
473 *scanned_length = end - begin; in timelib_get_nr_ex()

Completed in 29 milliseconds