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

Function ap_add_per_url_conf

server/core.c:624–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622}
623
624AP_CORE_DECLARE(void) ap_add_per_url_conf(server_rec *s, void *url_config)
625{
626 core_server_config *sconf = ap_get_core_module_config(s->module_config);
627 void **new_space = (void **)apr_array_push(sconf->sec_url);
628
629 *new_space = url_config;
630}
631
632AP_CORE_DECLARE(void) ap_add_file_conf(apr_pool_t *p, core_dir_config *conf,
633 void *url_config)

Callers 1

urlsectionFunction · 0.85

Calls 1

Tested by

no test coverage detected