Searched refs:timelib_set_relative (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/date/lib/ |
H A D | parse_date.re | 673 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) 1137 timelib_set_relative((char **) &ptr, i, 1, s); 1140 timelib_set_relative((char **) &ptr, i, behavior, s); 1638 timelib_set_relative((char **) &ptr, i, behavior, s); 1662 timelib_set_relative((char **) &ptr, i, behavior, s); 1756 timelib_set_relative((char **) &ptr, i, 1, s);
|
H A D | parse_date.c | 675 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) in timelib_set_relative() function 2841 timelib_set_relative((char **) &ptr, i, 1, s); in scan() 16770 timelib_set_relative((char **) &ptr, i, behavior, s); in scan() 16839 timelib_set_relative((char **) &ptr, i, 1, s); in scan() 16842 timelib_set_relative((char **) &ptr, i, behavior, s); in scan() 16966 timelib_set_relative((char **) &ptr, i, behavior, s); in scan()
|
Completed in 33 milliseconds