Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_date.re409 return TIMELIB_UNSET;
422 return TIMELIB_UNSET;
426 return TIMELIB_UNSET;
432 return TIMELIB_UNSET;
2380 …if (s->time->h != TIMELIB_UNSET || s->time->i != TIMELIB_UNSET || s->time->s != TIMELIB_UNSET || s…
2396 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET
2399 …if (iso_year != TIMELIB_UNSET && (s->time->y != TIMELIB_UNSET || s->time->m != TIMELIB_UNSET || s-…
2418 if (s->time->h != TIMELIB_UNSET && s->time->i != TIMELIB_UNSET &&
2424 if (s->time->y != TIMELIB_UNSET && s->time->m != TIMELIB_UNSET &&
2447 parsed->y != TIMELIB_UNSET || parsed->m != TIMELIB_UNSET || parsed->d != TIMELIB_UNSET ||
[all …]
H A Dparse_iso_intervals.re114 return TIMELIB_UNSET;
137 return TIMELIB_UNSET;
371 in.begin->y = TIMELIB_UNSET;
372 in.begin->d = TIMELIB_UNSET;
373 in.begin->m = TIMELIB_UNSET;
384 in.end->y = TIMELIB_UNSET;
385 in.end->d = TIMELIB_UNSET;
386 in.end->m = TIMELIB_UNSET;
387 in.end->h = TIMELIB_UNSET;
388 in.end->i = TIMELIB_UNSET;
[all …]
H A Dparse_iso_intervals.c116 return TIMELIB_UNSET; in timelib_get_nr()
139 return TIMELIB_UNSET; in timelib_get_unsigned_nr()
976 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
977 in.begin->d = TIMELIB_UNSET; in timelib_strtointerval()
978 in.begin->m = TIMELIB_UNSET; in timelib_strtointerval()
989 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
990 in.end->d = TIMELIB_UNSET; in timelib_strtointerval()
991 in.end->m = TIMELIB_UNSET; in timelib_strtointerval()
992 in.end->h = TIMELIB_UNSET; in timelib_strtointerval()
993 in.end->i = TIMELIB_UNSET; in timelib_strtointerval()
[all …]
H A Dtm2unixtime.c225 if (time->us != TIMELIB_UNSET) do_range_limit(0, 1000000, 1000000, &time->us, &time->s); in timelib_do_normalize()
226 if (time->s != TIMELIB_UNSET) do_range_limit(0, 60, 60, &time->s, &time->i); in timelib_do_normalize()
227 if (time->s != TIMELIB_UNSET) do_range_limit(0, 60, 60, &time->i, &time->h); in timelib_do_normalize()
228 if (time->s != TIMELIB_UNSET) do_range_limit(0, 24, 24, &time->h, &time->d); in timelib_do_normalize()
H A Dparse_date.c411 return TIMELIB_UNSET; in timelib_meridian_with_check()
424 return TIMELIB_UNSET; in timelib_meridian_with_check()
428 return TIMELIB_UNSET; in timelib_meridian_with_check()
434 return TIMELIB_UNSET; in timelib_meridian_with_check()
25488 …if (s->time->h != TIMELIB_UNSET || s->time->i != TIMELIB_UNSET || s->time->s != TIMELIB_UNSET || s… in timelib_parse_from_format_with_map()
25504 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET in timelib_parse_from_format_with_map()
25507 …if (iso_year != TIMELIB_UNSET && (s->time->y != TIMELIB_UNSET || s->time->m != TIMELIB_UNSET || s-… in timelib_parse_from_format_with_map()
25526 if (s->time->h != TIMELIB_UNSET && s->time->i != TIMELIB_UNSET && in timelib_parse_from_format_with_map()
25532 if (s->time->y != TIMELIB_UNSET && s->time->m != TIMELIB_UNSET && in timelib_parse_from_format_with_map()
25555 parsed->y != TIMELIB_UNSET || parsed->m != TIMELIB_UNSET || parsed->d != TIMELIB_UNSET || in timelib_fill_holes()
[all …]
H A Dtimelib.h333 #define TIMELIB_UNSET -99999 macro

Completed in 46 milliseconds