Searched refs:TIME_T_MAX (Results 1 – 6 of 6) 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()
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()
591 # define TIME_T_MAX UINT_MAX macro594 # define TIME_T_MAX INT_MAX macro599 # define TIME_T_MAX 0xFFFFFFFFFFFFFFFF macro602 # define TIME_T_MAX 0x7FFFFFFFFFFFFFFF macro603 # define TIME_T_MIN (-TIME_T_MAX - 1)
317 if(sts->expires != TIME_T_MAX) { in hsts_push()341 if(sts->expires != TIME_T_MAX) { in hsts_out()436 TIME_T_MAX; in hsts_add()490 expires = TIME_T_MAX; /* the end of time */ in hsts_pull()
927 if(timestamp > TIME_T_MAX) in get_posix_time()928 *out = TIME_T_MAX; in get_posix_time()
Completed in 13 milliseconds