MCPcopy 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
361AP_CORE_DECLARE(ap_conf_vector_t *) ap_create_conn_config(apr_pool_t *p)
362{
363 return create_empty_config(p);
364}
365
366AP_CORE_DECLARE(ap_conf_vector_t *) ap_create_per_dir_config(apr_pool_t *p)
367{

Callers 3

h2_c2_createFunction · 0.85
core_create_connFunction · 0.85
http_config.hFile · 0.85

Calls 1

create_empty_configFunction · 0.85

Tested by

no test coverage detected