Searched defs:expires (Results 1 – 8 of 8) sorted by relevance
78 time_t expires = TIME_T_MAX; in Curl_psl_use() local
36 time_t expires; /* Time this PSL life expires. */ member
113 curl_off_t expires) in hsts_create()147 curl_off_t expires = 0; in Curl_hsts_parse() local435 time_t expires = strcmp(date, UNLIMITED) ? Curl_getdate_capped(date) : in hsts_add() local481 time_t expires; in hsts_pull() local
40 curl_off_t expires; /* the timestamp of this entry's expiry */ member
48 time_t expires; member
40 curl_off_t expires; /* expires = <this> */ member
190 time_t expires = Curl_getdate_capped(date); in altsvc_add() local
1261 struct time_node expires[EXPIRE_LAST]; /* nodes for each expire type */ member
Completed in 20 milliseconds