Lines Matching defs:proxy_awareness
128 int proxy_awareness;
1374 * SSL proxy enabled and server-specific-sconf->proxy_awareness
2078 if (sconf->proxy_awareness == PROXY_OBLIVIOUS) {
2147 if (sconf->proxy_awareness == PROXY_OBLIVIOUS) {
2247 if (sconf->proxy_awareness == PROXY_REQUIRE) {
2394 if (is_proxy && sconf->proxy_awareness != PROXY_OBLIVIOUS) {
2543 if (sconf->proxy_awareness != PROXY_OBLIVIOUS) {
2557 if (sconf->proxy_awareness != PROXY_OBLIVIOUS && sconf->audit_storage) {
2621 conf->proxy_awareness = PROXY_AWARENESS_UNSET;
2649 conf->proxy_awareness = (virt->proxy_awareness != PROXY_AWARENESS_UNSET)
2650 ? virt->proxy_awareness
2651 : base->proxy_awareness;
2816 sconf->proxy_awareness = PROXY_OBLIVIOUS;
2819 sconf->proxy_awareness = PROXY_AWARE;
2822 sconf->proxy_awareness = PROXY_REQUIRE;