Searched refs:ap_proxy_liststr (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/modules/proxy/ |
| D | proxy_cache.c | 673 …!etag || (strlen(etag) > 1 && 'W' == etag[0] && '/' == etag[1]) || !ap_proxy_liststr(c->im, etag, … in ap_proxy_cache_conditional() 744 else if (etag && ap_proxy_liststr(c->inm, etag, NULL)) { in ap_proxy_cache_conditional() 747 else if (wetag && ap_proxy_liststr(c->inm, wetag, NULL)) { in ap_proxy_cache_conditional() 921 if (ap_proxy_liststr(cc_req, "no-store", NULL)) { in ap_proxy_cache_check() 1065 if (cc_cresp && ap_proxy_liststr(cc_cresp, "s-maxage", &val)) in ap_proxy_cache_check() 1071 if (cc_req && ap_proxy_liststr(cc_req, "max-age", &val)) in ap_proxy_cache_check() 1077 if (cc_cresp && ap_proxy_liststr(cc_cresp, "max-age", &val)) in ap_proxy_cache_check() 1093 if (cc_req && ap_proxy_liststr(cc_req, "max-stale", &val)) in ap_proxy_cache_check() 1099 if (cc_req && ap_proxy_liststr(cc_req, "min-fresh", &val)) in ap_proxy_cache_check() 1105 …if (maxstale && ((cc_cresp && ap_proxy_liststr(cc_cresp, "must-revalidate", NULL)) || (cc_cresp &&… in ap_proxy_cache_check() [all …]
|
| D | mod_proxy.h | 306 int ap_proxy_liststr(const char *list, const char *key, char **val);
|
| D | proxy_util.c | 741 int ap_proxy_liststr(const char *list, const char *key, char **val) in ap_proxy_liststr() function
|
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | ap_compat.h | 300 #define proxy_liststr ap_proxy_liststr
|