HomeSort by relevance Sort by last modified time
    Searched refs:maxage (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
cookie.h 41 char *maxage; /* Max-Age = <value> */ member in struct:Cookie
cookie.c 114 free(co->maxage);
547 strstore(&co->maxage, whatptr);
548 if(!co->maxage) {
585 if(co->maxage) {
587 curlx_strtoofft((*co->maxage=='\"')?
588 &co->maxage[1]:&co->maxage[0], NULL, 10);
865 free(clist->maxage);
1073 CLONE(maxage);
    [all...]
  /libcore/ojluni/src/main/java/java/net/
HttpCookie.java 95 private long maxAge = MAX_AGE_UNSPECIFIED; // Max-Age=VALUE ... cookies auto-expire
262 if (maxAge == 0) return true;
267 if (maxAge == MAX_AGE_UNSPECIFIED) return false;
270 if (deltaSecond > maxAge)
434 maxAge = expiry;
446 return maxAge;
    [all...]
  /external/openssh/openbsd-compat/
bsd-cray.c 305 expiration_time = ue.ue_pwage.time + ue.ue_pwage.maxage;
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 260 milliseconds