Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ ap_create_conn_config
Function
ap_create_conn_config
server/config.c:361–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
}
360
361
AP_CORE_DECLARE(ap_conf_vector_t *) ap_create_conn_config(apr_pool_t *p)
362
{
363
return create_empty_config(p);
364
}
365
366
AP_CORE_DECLARE(ap_conf_vector_t *) ap_create_per_dir_config(apr_pool_t *p)
367
{
Callers
3
h2_c2_create
Function · 0.85
core_create_conn
Function · 0.85
http_config.h
File · 0.85
Calls
1
create_empty_config
Function · 0.85
Tested by
no test coverage detected