Home
last modified time | relevance | path

Searched refs:TIMELIB_UNSET (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/ext/date/lib/
H A Dparse_date.re53 #define TIMELIB_UNSET -99999
416 return TIMELIB_UNSET;
429 return TIMELIB_UNSET;
433 return TIMELIB_UNSET;
439 return TIMELIB_UNSET;
460 return TIMELIB_UNSET;
503 return TIMELIB_UNSET;
529 return TIMELIB_UNSET;
2152 if (s->time->h != TIMELIB_UNSET || s->time->i != TIMELIB_UNSET || s->time->s != TIMELIB_UNSET) {
2165 if (s->time->h != TIMELIB_UNSET && s->time->i != TIMELIB_UNSET &&
[all …]
H A Dparse_iso_intervals.re51 #define TIMELIB_UNSET -99999
145 return TIMELIB_UNSET;
168 return TIMELIB_UNSET;
451 in.begin->y = TIMELIB_UNSET;
452 in.begin->d = TIMELIB_UNSET;
464 in.end->y = TIMELIB_UNSET;
465 in.end->d = TIMELIB_UNSET;
466 in.end->m = TIMELIB_UNSET;
467 in.end->h = TIMELIB_UNSET;
468 in.end->i = TIMELIB_UNSET;
[all …]
H A Dparse_iso_intervals.c53 #define TIMELIB_UNSET -99999 macro
147 return TIMELIB_UNSET; in timelib_get_nr()
170 return TIMELIB_UNSET; in timelib_get_unsigned_nr()
957 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
958 in.begin->d = TIMELIB_UNSET; in timelib_strtointerval()
970 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
971 in.end->d = TIMELIB_UNSET; in timelib_strtointerval()
972 in.end->m = TIMELIB_UNSET; in timelib_strtointerval()
973 in.end->h = TIMELIB_UNSET; in timelib_strtointerval()
974 in.end->i = TIMELIB_UNSET; in timelib_strtointerval()
[all …]
H A Dtm2unixtime.c195 if (time->s != TIMELIB_UNSET) do_range_limit(0, 60, 60, &time->s, &time->i); in timelib_do_normalize()
196 if (time->s != TIMELIB_UNSET) do_range_limit(0, 60, 60, &time->i, &time->h); in timelib_do_normalize()
197 if (time->s != TIMELIB_UNSET) do_range_limit(0, 24, 24, &time->h, &time->d); in timelib_do_normalize()
H A Dparse_date.c55 #define TIMELIB_UNSET -99999 macro
418 return TIMELIB_UNSET; in timelib_meridian_with_check()
431 return TIMELIB_UNSET; in timelib_meridian_with_check()
435 return TIMELIB_UNSET; in timelib_meridian_with_check()
441 return TIMELIB_UNSET; in timelib_meridian_with_check()
462 return TIMELIB_UNSET; in timelib_get_nr_ex()
505 return TIMELIB_UNSET; in timelib_get_frac_nr()
531 return TIMELIB_UNSET; in timelib_get_unsigned_nr()
24263 if (s->time->h != TIMELIB_UNSET || s->time->i != TIMELIB_UNSET || s->time->s != TIMELIB_UNSET) { in timelib_parse_from_format()
24276 if (s->time->h != TIMELIB_UNSET && s->time->i != TIMELIB_UNSET && in timelib_parse_from_format()
[all …]
H A Dtimelib.h48 #define TIMELIB_UNSET -99999 macro

Completed in 53 milliseconds