Home
last modified time | relevance | path

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

/curl/lib/
H A Dtimediff.c49 #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()
H A Dpsl.c78 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()
H A Dparsedate.c526 *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()
H A Dcurl_setup.h583 # define TIME_T_MAX UINT_MAX macro
586 # define TIME_T_MAX INT_MAX macro
591 # define TIME_T_MAX 0xFFFFFFFFFFFFFFFF macro
594 # define TIME_T_MAX 0x7FFFFFFFFFFFFFFF macro
595 # define TIME_T_MIN (-TIME_T_MAX - 1)
H A Dhsts.c310 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()
483 expires = TIME_T_MAX; /* the end of time */ in hsts_pull()
H A Dsmb.c933 if(timestamp > TIME_T_MAX) in get_posix_time()
934 *out = TIME_T_MAX; in get_posix_time()

Completed in 26 milliseconds