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

Function ap_create_request_config

server/config.c:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356AP_CORE_DECLARE(ap_conf_vector_t *) ap_create_request_config(apr_pool_t *p)
357{
358 return create_empty_config(p);
359}
360
361AP_CORE_DECLARE(ap_conf_vector_t *) ap_create_conn_config(apr_pool_t *p)
362{

Callers 9

make_fake_reqFunction · 0.85
make_fake_reqFunction · 0.85
create_request_recFunction · 0.85
get_reqFunction · 0.85
my_ap_create_requestFunction · 0.85
ap_create_requestFunction · 0.85
make_sub_requestFunction · 0.85
http_config.hFile · 0.85

Calls 1

create_empty_configFunction · 0.85

Tested by

no test coverage detected