Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dparse_date.re442 static timelib_sll timelib_get_nr_ex(char **ptr, int max_length, int *scanned_length)
460 if (scanned_length) {
461 *scanned_length = end - begin;
H A Dparse_date.c444 static timelib_sll timelib_get_nr_ex(char **ptr, int max_length, int *scanned_length) in timelib_get_nr_ex() argument
462 if (scanned_length) { in timelib_get_nr_ex()
463 *scanned_length = end - begin; in timelib_get_nr_ex()

Completed in 55 milliseconds