Lines Matching +refs:val +refs:server

70  * virtually all server processing and offering the cache its optimal
72 * server, and behaves as a discrete RFC2616 caching proxy
95 conf = (cache_server_conf *) ap_get_module_config(r->server->module_config,
405 conf = (cache_server_conf *) ap_get_module_config(r->server->module_config,
827 conf = (cache_server_conf *) ap_get_module_config(r->server->module_config,
876 * or act as if the server failed to respond. In the latter case, it MAY
882 * by a backend server via mod_proxy.
1000 * is appropriate _NOT_ to cache the data from the server. There are
1012 * We include 304 Not Modified here too as this is the origin server
1066 /* if the server said 304 Not Modified but we have no cache
1729 (cache_server_conf *) ap_get_module_config(f->r->server->module_config,
1770 (cache_server_conf *) ap_get_module_config(r->server->module_config,
1808 r->server->server_hostname));
1819 "\"%s\" from %s", reason, r->server->server_hostname));
1849 * or act as if the server failed to respond. In the latter case, it MAY
1854 * This covers the case where the error was generated by our server via
1870 (cache_server_conf *) ap_get_module_config(r->server->module_config,
2096 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2121 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2165 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2193 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2247 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2285 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2350 double val;
2352 if (sscanf(arg, "%lg", &val) != 1) {
2355 dconf->factor = val;
2366 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2379 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2392 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2411 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2434 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2457 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2475 (cache_server_conf *)ap_get_module_config(parms->server->module_config,
2688 create_cache_config, /* create per-server config structure */
2689 merge_cache_config, /* merge per-server config structures */