Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/apps/
Docsp.c79 long nsec, long maxage);
118 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; in MAIN() local
329 maxage = atol(*args); in MAIN()
330 if (maxage < 0) in MAIN()
873 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage)) in MAIN()
968 long nsec, long maxage) in print_ocsp_summary() argument
997 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) in print_ocsp_summary()
/mirbsd/src/usr.sbin/httpd/src/modules/proxy/
Dproxy_cache.c847 time_t age, maxage_req, maxage_cresp, maxage, smaxage, maxstale, minfresh; in ap_proxy_cache_check() local
1086 maxage = maxage_cresp; in ap_proxy_cache_check()
1088 maxage = maxage_req; in ap_proxy_cache_check()
1090 maxage = MIN(maxage_req, maxage_cresp); in ap_proxy_cache_check()
1118 (-1 < maxage && age < (maxage + maxstale - minfresh)) || in ap_proxy_cache_check()
1132 (-1 < maxage && age < maxage) || in ap_proxy_cache_check()