Searched refs:maxage (Results 1 – 2 of 2) sorted by relevance
528 time_t maxage = 24 * 3600; /* default is 24 hours */ in Curl_altsvc_parse() local625 maxage = (time_t)num; in Curl_altsvc_parse()642 as->expires = maxage + time(NULL); in Curl_altsvc_parse()
686 const char *maxage = valuep; in parse_cookie_header() local687 offt = curlx_strtoofft((*maxage == '\"') ? in parse_cookie_header()688 &maxage[1] : &maxage[0], NULL, 10, in parse_cookie_header()
Completed in 10 milliseconds