Lines Matching refs:enabled
132 if (sc->enabled == SSL_ENABLED_OPTIONAL && !myConnConfig(r->connection)
147 "Reason: You're speaking plain HTTP to an SSL-enabled "
336 if (sc->enabled == SSL_ENABLED_OPTIONAL) {
359 * sc->enabled is probably strictly unnecessary)
361 if (sc->enabled == SSL_ENABLED_FALSE || !ssl) {
1041 * - ssl not enabled
1044 if (!((sc->enabled == SSL_ENABLED_TRUE || sc->enabled == SSL_ENABLED_OPTIONAL)
1174 if (sc->enabled == SSL_ENABLED_OPTIONAL && !(sslconn && sslconn->ssl)
1183 if (!(((sc->enabled == SSL_ENABLED_TRUE) || (sc->enabled == SSL_ENABLED_OPTIONAL)) && sslconn && (ssl = sslconn->ssl))) {