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

Function ap_get_server_protocol

server/core.c:3092–3096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3090}
3091
3092AP_DECLARE(const char*) ap_get_server_protocol(server_rec* s)
3093{
3094 core_server_config *conf = ap_get_core_module_config(s->module_config);
3095 return conf->protocol;
3096}
3097
3098AP_DECLARE(void) ap_set_server_protocol(server_rec* s, const char* proto)
3099{

Callers 4

ssl_init_ModuleFunction · 0.85
ap_apply_accept_filterFunction · 0.85
ap_setup_listenersFunction · 0.85
http_core.hFile · 0.85

Calls 1

Tested by

no test coverage detected