Searched refs:TIME_T_MAX (Results 1 – 16 of 16) sorted by relevance
49 #if TIMEDIFF_T_MAX > TIME_T_MAX in curlx_mstotv()51 if(tv_sec > TIME_T_MAX) in curlx_mstotv()52 tv_sec = TIME_T_MAX; in curlx_mstotv()
78 time_t expires = TIME_T_MAX; in Curl_psl_use()84 expires = now < TIME_T_MAX - PSL_TTL? now + PSL_TTL: TIME_T_MAX; in Curl_psl_use()
451 # define TIME_T_MAX UINT_MAX macro454 # define TIME_T_MAX INT_MAX macro459 # define TIME_T_MAX 0xFFFFFFFFFFFFFFFF macro462 # define TIME_T_MAX 0x7FFFFFFFFFFFFFFF macro463 # define TIME_T_MIN (-TIME_T_MAX - 1)
526 *output = TIME_T_MAX; in parsedate()532 *output = TIME_T_MAX; in parsedate()561 if((tzoff > 0) && (t > TIME_T_MAX - tzoff)) { in parsedate()562 *output = TIME_T_MAX; in parsedate()
310 if(sts->expires != TIME_T_MAX) { in hsts_push()334 if(sts->expires != TIME_T_MAX) { in hsts_out()429 TIME_T_MAX; in hsts_add()482 expires = TIME_T_MAX; /* the end of time */ in hsts_pull()
932 if(timestamp > TIME_T_MAX) in get_posix_time()933 *out = TIME_T_MAX; in get_posix_time()
125 time_t t = TIME_T_MAX; in TEST()126 EXPECT_EQ((uint64_t)t, (uint64_t)TIME_T_MAX); in TEST()129 EXPECT_EQ(std::numeric_limits<time_t>::max(), TIME_T_MAX); in TEST()169 a.tv_sec = TIME_T_MAX; in TEST()173 a.tv_sec = TIME_T_MAX; in TEST()177 a.tv_sec = TIME_T_MAX; in TEST()
82 #define TIME_T_MAX \ macro99 bool overflow = (b_sec > (uint64_t)TIME_T_MAX) || in timespec_add_nsec()100 ((uint64_t)a->tv_sec > (uint64_t)TIME_T_MAX - b_sec); in timespec_add_nsec()106 if (r->tv_sec >= TIME_T_MAX) in timespec_add_nsec()
16 #ifndef TIME_T_MAX17 # define TIME_T_MAX (time_t)((1UL << ((sizeof(time_t) << 3) - 1)) - 1) macro
65 ts.tv_sec = TIME_T_MAX; in main()
844 # define TIME_T_MAX \ macro858 # define TIME_T_MAX TIME_T_MAX_NO_PADDING macro867 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
86 else if (! (TIME_T_MIN <= secs && secs <= TIME_T_MAX)) in main()
516 sp->types[i] = at <= TIME_T_MAX; in tzloadbody()589 if (tr <= TIME_T_MAX) { in tzloadbody()698 if (sp->ats[0] <= TIME_T_MAX - SECSPERREPEAT) { in tzloadbody()1919 : *tp <= TIME_T_MAX - j)) in increment_overflow_time()2080 hi = TIME_T_MAX; in time2sub()2097 if (t == TIME_T_MAX) in time2sub()
898 : hi + (hi < TIME_T_MAX)); in showextrema()
84 ts.tv_sec = TIME_T_MAX; in main()
79 ts.tv_sec = TIME_T_MAX; in main()