Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
356
AP_CORE_DECLARE(ap_conf_vector_t *) ap_create_request_config(apr_pool_t *p)
357
{
358
return create_empty_config(p);
359
}
360
361
AP_CORE_DECLARE(ap_conf_vector_t *) ap_create_conn_config(apr_pool_t *p)
362
{
Callers
9
internal_internal_redirect
Function · 0.85
make_fake_req
Function · 0.85
make_fake_req
Function · 0.85
create_request_rec
Function · 0.85
get_req
Function · 0.85
my_ap_create_request
Function · 0.85
ap_create_request
Function · 0.85
make_sub_request
Function · 0.85
http_config.h
File · 0.85
Calls
1
create_empty_config
Function · 0.85
Tested by
no test coverage detected