Searched defs:age (Results 1 - 7 of 7) sorted by relevance

/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_bybusyness.c133 static apr_status_t age(proxy_balancer *balancer, server_rec *s) function
144 &age
H A Dmod_lbmethod_byrequests.c163 static apr_status_t age(proxy_balancer *balancer, server_rec *s) function
180 &age
H A Dmod_lbmethod_bytraffic.c138 static apr_status_t age(proxy_balancer *balancer, server_rec *s) function
149 &age
H A Dmod_lbmethod_heartbeat.c350 static apr_status_t age(proxy_balancer *balancer, server_rec *s) function
361 &age
/httpd/modules/proxy/examples/
H A Dmod_lbmethod_rr.c107 static apr_status_t age(proxy_balancer *balancer, server_rec *s) function
118 &age
/httpd/modules/cache/
H A Dcache_util.c212 /* do a HTTP/1.1 age calculation */
223 /* Perform an HTTP/1.1 age calculation. (RFC2616 13.2.3) */
255 * request dies, the lock will be trashed when its max-age is reached,
518 apr_int64_t age, maxage_req, maxage_cresp, maxage, smaxage, maxstale; local
551 * maximum age an object can be before it is considered stale. This
555 * - RFC2616 14.9.4 Cache-Control: max-age this header can appear in both
600 /* calculate age of object */
601 age = ap_cache_current_age(info, age_c, r->request_time);
606 /* extract max-age from request */
613 * extract max-age fro
[all...]
/httpd/modules/proxy/
H A Dmod_proxy.h482 apr_status_t (*age)(proxy_balancer *balancer, server_rec *s); member in struct:proxy_balancer_method

Completed in 455 milliseconds