Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/lib/
H A Dparse_date.re47 #define TIMELIB_UNSET -99999
421 return TIMELIB_UNSET;
425 return TIMELIB_UNSET;
431 return TIMELIB_UNSET;
452 return TIMELIB_UNSET;
495 return TIMELIB_UNSET;
521 return TIMELIB_UNSET;
2194 if (s->time->h != TIMELIB_UNSET || s->time->i != TIMELIB_UNSET || s->time->s != TIMELIB_UNSET) {
2207 if (s->time->h != TIMELIB_UNSET && s->time->i != TIMELIB_UNSET &&
2213 if (s->time->y != TIMELIB_UNSET && s->time->m != TIMELIB_UNSET &&
[all …]
H A Dparse_iso_intervals.re45 #define TIMELIB_UNSET -99999
141 return TIMELIB_UNSET;
164 return TIMELIB_UNSET;
480 in.begin->y = TIMELIB_UNSET;
481 in.begin->d = TIMELIB_UNSET;
493 in.end->y = TIMELIB_UNSET;
494 in.end->d = TIMELIB_UNSET;
495 in.end->m = TIMELIB_UNSET;
496 in.end->h = TIMELIB_UNSET;
497 in.end->i = TIMELIB_UNSET;
[all …]
H A Dparse_iso_intervals.c47 #define TIMELIB_UNSET -99999 macro
143 return TIMELIB_UNSET; in timelib_get_nr()
166 return TIMELIB_UNSET; in timelib_get_unsigned_nr()
1086 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
1087 in.begin->d = TIMELIB_UNSET; in timelib_strtointerval()
1099 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
1100 in.end->d = TIMELIB_UNSET; in timelib_strtointerval()
1101 in.end->m = TIMELIB_UNSET; in timelib_strtointerval()
1102 in.end->h = TIMELIB_UNSET; in timelib_strtointerval()
1103 in.end->i = TIMELIB_UNSET; in timelib_strtointerval()
[all …]
H A Dtm2unixtime.c184 if (time->s != TIMELIB_UNSET) do {} while (do_range_limit(0, 60, 60, &time->s, &time->i)); in timelib_do_normalize()
185 if (time->s != TIMELIB_UNSET) do {} while (do_range_limit(0, 60, 60, &time->i, &time->h)); in timelib_do_normalize()
186 if (time->s != TIMELIB_UNSET) do {} while (do_range_limit(0, 24, 24, &time->h, &time->d)); in timelib_do_normalize()
H A Dtimelib.h35 #define TIMELIB_UNSET -99999 macro
H A Dparse_date.c49 #define TIMELIB_UNSET -99999 macro
410 return TIMELIB_UNSET; in timelib_meridian_with_check()
423 return TIMELIB_UNSET; in timelib_meridian_with_check()
427 return TIMELIB_UNSET; in timelib_meridian_with_check()
433 return TIMELIB_UNSET; in timelib_meridian_with_check()
454 return TIMELIB_UNSET; in timelib_get_nr_ex()
497 return TIMELIB_UNSET; in timelib_get_frac_nr()
523 return TIMELIB_UNSET; in timelib_get_unsigned_nr()
25187 if (s->time->h != TIMELIB_UNSET || s->time->i != TIMELIB_UNSET || s->time->s != TIMELIB_UNSET) { in timelib_parse_from_format()
25200 if (s->time->h != TIMELIB_UNSET && s->time->i != TIMELIB_UNSET && in timelib_parse_from_format()
[all …]

Completed in 53 milliseconds