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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcookie.h40 char *maxage; /* Max-Age = <value> */ member in struct:Cookie
H A Dcookie.c113 if(co->maxage)
114 free(co->maxage);
362 strstore(&co->maxage, whatptr);
363 if(!co->maxage) {
368 strtol((*co->maxage=='\"')?&co->maxage[1]:&co->maxage[0],NULL,10)
658 if(clist->maxage)
659 free(clist->maxage);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Docsp.c77 long nsec, long maxage);
115 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; local
317 maxage = atol(*args);
318 if (maxage < 0)
861 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage))
955 long nsec, long maxage)
984 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage))
953 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Docsp.c78 long nsec, long maxage);
116 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; local
319 maxage = atol(*args);
320 if (maxage < 0)
868 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage))
962 long nsec, long maxage)
991 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage))
960 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) argument

Completed in 167 milliseconds