Searched refs:TIME_T_MAX (Results 1 – 8 of 8) sorted by relevance
76 time_t expires = TIME_T_MAX; in Curl_psl_use()82 expires = now < TIME_T_MAX - PSL_TTL? now + PSL_TTL: TIME_T_MAX; in Curl_psl_use()
443 # define TIME_T_MAX UINT_MAX macro446 # define TIME_T_MAX INT_MAX macro451 # define TIME_T_MAX 0xFFFFFFFFFFFFFFFF macro454 # define TIME_T_MAX 0x7FFFFFFFFFFFFFFF macro455 # define TIME_T_MIN (-TIME_T_MAX - 1)
511 *output = TIME_T_MAX; in parsedate()517 *output = TIME_T_MAX; in parsedate()553 if((tzoff > 0) && (t > TIME_T_MAX - tzoff)) { in parsedate()554 *output = TIME_T_MAX; in parsedate()
730 if(timestamp > TIME_T_MAX) in get_posix_time()731 *out = TIME_T_MAX; in get_posix_time()
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()
80 ts.tv_sec = TIME_T_MAX; in main()
84 ts.tv_sec = TIME_T_MAX; in main()