Home
last modified time | relevance | path

Searched refs:TIME_T_MIN (Results 1 - 6 of 6) sorted by relevance

/third_party/curl/lib/
H A Dcurl_setup.h501 # define TIME_T_MIN 0 macro
504 # define TIME_T_MIN INT_MIN macro
509 # define TIME_T_MIN 0 macro
512 # define TIME_T_MIN (-TIME_T_MAX - 1) macro
H A Dparsedate.c516 *output = TIME_T_MIN; in parsedate()
536 *output = TIME_T_MIN; in parsedate()
H A Dsmb.c934 else if(timestamp < TIME_T_MIN) in get_posix_time()
935 *out = TIME_T_MIN; in get_posix_time()
/third_party/tzdata/
H A Dlocaltime.c521 But pretend the last transition before TIME_T_MIN in tzloadbody()
522 occurred at TIME_T_MIN. */ in tzloadbody()
530 = ((TYPE_SIGNED(time_t) ? at < TIME_T_MIN : at < 0) in tzloadbody()
531 ? TIME_T_MIN : at); in tzloadbody()
1097 time_t atlo = TIME_T_MIN, leaplo = TIME_T_MIN; in tzparse()
1886 ** 'if (! (TIME_T_MIN <= *tp + j && *tp + j <= TIME_T_MAX)) ...', in increment_overflow_time()
1890 ? (TYPE_SIGNED(time_t) ? TIME_T_MIN - j <= *tp : -1 - j < *tp) in increment_overflow_time()
2051 lo = TIME_T_MIN; in time2sub()
2074 if (t == TIME_T_MIN) in time2sub()
[all...]
H A Ddate.c86 else if (! (TIME_T_MIN <= secs && secs <= TIME_T_MAX)) in main()
H A Dprivate.h842 # define TIME_T_MIN \ macro
860 # define TIME_T_MIN TIME_T_MIN_NO_PADDING macro

Completed in 10 milliseconds