Home
last modified time | relevance | path

Searched refs:TIMELIB_TIME_PART_KEEP (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/date/lib/
H A Dtimelib_private.h85 #define TIMELIB_TIME_PART_KEEP 0x01 macro
H A Dparse_date.re730 * The time_part parameter is a flag. It can be TIMELIB_TIME_PART_KEEP in case
754 if (time_part != TIMELIB_TIME_PART_KEEP) {
764 if (time_part != TIMELIB_TIME_PART_KEEP) {
1967 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_KEEP);
H A Dparse_date.c756 if (time_part != TIMELIB_TIME_PART_KEEP) { in timelib_set_relative()
766 if (time_part != TIMELIB_TIME_PART_KEEP) { in timelib_set_relative()
7328 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_KEEP); in scan()

Completed in 56 milliseconds