Home
last modified time | relevance | path

Searched refs:maxage (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dcookie.c112 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()
Daltsvc.c415 time_t maxage = 24 * 3600; /* default is 24 hours */ in Curl_altsvc_parse() local
454 maxage = num; in Curl_altsvc_parse()
509 as->expires = maxage + time(NULL); in Curl_altsvc_parse()
Dcookie.h41 char *maxage; /* Max-Age = <value> */ member
/external/openssh/openbsd-compat/
Dbsd-cray.c305 expiration_time = ue.ue_pwage.time + ue.ue_pwage.maxage; in cray_setup()