Searched refs:maxage (Results 1 – 4 of 4) sorted by relevance
112 free(co->maxage); in freecookie()657 strstore(&co->maxage, whatptr); in Curl_cookie_add()658 if(!co->maxage) { in Curl_cookie_add()695 if(co->maxage) { in Curl_cookie_add()697 offt = curlx_strtoofft((*co->maxage == '\"')? in Curl_cookie_add()698 &co->maxage[1]:&co->maxage[0], NULL, 10, in Curl_cookie_add()1049 free(clist->maxage); in Curl_cookie_add()1269 CLONE(maxage); in dup_cookie()
415 time_t maxage = 24 * 3600; /* default is 24 hours */ in Curl_altsvc_parse() local454 maxage = num; in Curl_altsvc_parse()509 as->expires = maxage + time(NULL); in Curl_altsvc_parse()
41 char *maxage; /* Max-Age = <value> */ member
305 expiration_time = ue.ue_pwage.time + ue.ue_pwage.maxage; in cray_setup()