Searched defs:section_config (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dconfig.c1074 void *section_config = ap_get_module_config(section_vector, mod); local
1077 if (!section_config && mod->create_dir_config) {
1079 section_config = (*mod->create_dir_config)(pconf, (char *)section);
1080 ap_set_module_config(section_vector, mod, section_config);
1088 return section_config;

Completed in 20 milliseconds