Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dparse_date.re731 static void timelib_set_relative(const char **ptr, timelib_sll amount, int behavior, Scanner *s, in…
1325 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_DONT_KEEP);
1328 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP);
1844 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP);
1868 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP);
1963 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_KEEP);
H A Dparse_date.c733 static void timelib_set_relative(const char **ptr, timelib_sll amount, int behavior, Scanner *s, in… in timelib_set_relative() function
7324 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_KEEP); in scan()
20328 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP); in scan()
22489 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP); in scan()
23555 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_DONT_KEEP); in scan()
23558 timelib_set_relative(&ptr, i, behavior, s, TIMELIB_TIME_PART_DONT_KEEP); in scan()

Completed in 39 milliseconds