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

Function ap_create_per_dir_config

server/config.c:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366AP_CORE_DECLARE(ap_conf_vector_t *) ap_create_per_dir_config(apr_pool_t *p)
367{
368 return create_empty_config(p);
369}
370
371/* Invoke the filter_init_func for all filters with FILTERS where f->r
372 * matches R. Restricting to a matching R avoids re-running init

Callers 10

authaliassectionFunction · 0.85
proxysectionFunction · 0.85
ap_parse_htaccessFunction · 0.85
ap_init_virtual_hostFunction · 0.85
dirsectionFunction · 0.85
urlsectionFunction · 0.85
filesectionFunction · 0.85
ifsectionFunction · 0.85
http_config.hFile · 0.85

Calls 1

create_empty_configFunction · 0.85

Tested by

no test coverage detected