Searched refs:timelib_set_relative (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/date/lib/ |
H A D | parse_date.re | 648 static void timelib_set_relative(const char **ptr, timelib_sll amount, int behavior, Scanner *s, in… 1208 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_DONT_KEEP); 1211 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP); 1721 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP); 1745 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP); 1839 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_KEEP);
|
H A D | parse_date.c | 650 static void timelib_set_relative(const char **ptr, timelib_sll amount, int behavior, Scanner *s, in… in timelib_set_relative() function 3070 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_KEEP); in scan() 16741 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP); in scan() 16810 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_DONT_KEEP); in scan() 16813 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP); in scan() 16937 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP); in scan()
|
Completed in 44 milliseconds