MCPcopy Create free account
hub / github.com/apache/httpd / ap_ssl_has_outgoing_handlers

Function ap_ssl_has_outgoing_handlers

server/ssl.c:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164AP_DECLARE(int) ap_ssl_has_outgoing_handlers(void)
165{
166 apr_array_header_t *hooks = ap_hook_get_ssl_bind_outgoing();
167 return (hooks && hooks->nelts > 0)
168 || module_ssl_engine_set || module_ssl_proxy_enable;
169}
170
171APR_DECLARE_OPTIONAL_FN(const char *, ssl_var_lookup,
172 (apr_pool_t *p, server_rec *s,

Callers 4

proxy_http_handlerFunction · 0.85
ap_proxy_ssl_enableFunction · 0.85
ap_proxy_ssl_engineFunction · 0.85
hc_get_backendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected