Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_date.re445 static timelib_sll timelib_get_nr_ex(char **ptr, int max_length, int *scanned_length)
463 if (scanned_length) {
464 *scanned_length = end - begin;
H A Dparse_date.c447 static timelib_sll timelib_get_nr_ex(char **ptr, int max_length, int *scanned_length) in timelib_get_nr_ex() argument
465 if (scanned_length) { in timelib_get_nr_ex()
466 *scanned_length = end - begin; in timelib_get_nr_ex()

Completed in 28 milliseconds