Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dparse_date.re47 #define TIMELIB_UNSET -99999
406 return TIMELIB_UNSET;
419 return TIMELIB_UNSET;
423 return TIMELIB_UNSET;
429 return TIMELIB_UNSET;
450 return TIMELIB_UNSET;
493 return TIMELIB_UNSET;
519 return TIMELIB_UNSET;
2137 if (s->time->h != TIMELIB_UNSET || s->time->i != TIMELIB_UNSET || s->time->s != TIMELIB_UNSET) {
2150 if (s->time->h != TIMELIB_UNSET && s->time->i != TIMELIB_UNSET &&
[all …]
H A Dparse_iso_intervals.re45 #define TIMELIB_UNSET -99999
139 return TIMELIB_UNSET;
162 return TIMELIB_UNSET;
445 in.begin->y = TIMELIB_UNSET;
446 in.begin->d = TIMELIB_UNSET;
458 in.end->y = TIMELIB_UNSET;
459 in.end->d = TIMELIB_UNSET;
460 in.end->m = TIMELIB_UNSET;
461 in.end->h = TIMELIB_UNSET;
462 in.end->i = TIMELIB_UNSET;
[all …]
H A Dparse_iso_intervals.c47 #define TIMELIB_UNSET -99999 macro
141 return TIMELIB_UNSET; in timelib_get_nr()
164 return TIMELIB_UNSET; in timelib_get_unsigned_nr()
1051 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
1052 in.begin->d = TIMELIB_UNSET; in timelib_strtointerval()
1064 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
1065 in.end->d = TIMELIB_UNSET; in timelib_strtointerval()
1066 in.end->m = TIMELIB_UNSET; in timelib_strtointerval()
1067 in.end->h = TIMELIB_UNSET; in timelib_strtointerval()
1068 in.end->i = TIMELIB_UNSET; in timelib_strtointerval()
[all …]
H A Dtm2unixtime.c183 if (time->s != TIMELIB_UNSET) do_range_limit(0, 60, 60, &time->s, &time->i); in timelib_do_normalize()
184 if (time->s != TIMELIB_UNSET) do_range_limit(0, 60, 60, &time->i, &time->h); in timelib_do_normalize()
185 if (time->s != TIMELIB_UNSET) do_range_limit(0, 24, 24, &time->h, &time->d); in timelib_do_normalize()
H A Dparse_date.c49 #define TIMELIB_UNSET -99999 macro
408 return TIMELIB_UNSET; in timelib_meridian_with_check()
421 return TIMELIB_UNSET; in timelib_meridian_with_check()
425 return TIMELIB_UNSET; in timelib_meridian_with_check()
431 return TIMELIB_UNSET; in timelib_meridian_with_check()
452 return TIMELIB_UNSET; in timelib_get_nr_ex()
495 return TIMELIB_UNSET; in timelib_get_frac_nr()
521 return TIMELIB_UNSET; in timelib_get_unsigned_nr()
25128 if (s->time->h != TIMELIB_UNSET || s->time->i != TIMELIB_UNSET || s->time->s != TIMELIB_UNSET) { in timelib_parse_from_format()
25141 if (s->time->h != TIMELIB_UNSET && s->time->i != TIMELIB_UNSET && in timelib_parse_from_format()
[all …]
H A Dtimelib.h35 #define TIMELIB_UNSET -99999 macro

Completed in 53 milliseconds