Searched refs:ap_conftree (Results 1 - 5 of 5) sorted by relevance

/httpd/include/
H A Dutil_cfgtree.h79 AP_DECLARE_DATA extern ap_directive_t *ap_conftree;
/httpd/server/
H A Dmain.c647 ap_server_conf = ap_read_config(process, ptemp, confname, &ap_conftree);
662 rv = ap_process_config_tree(ap_server_conf, ap_conftree,
743 ap_conftree = NULL;
747 ap_server_conf = ap_read_config(process, ptemp, confname, &ap_conftree);
762 if (ap_process_config_tree(ap_server_conf, ap_conftree, process->pconf,
H A Dconfig.c70 AP_DECLARE_DATA ap_directive_t *ap_conftree = NULL; variable
2630 ap_reserve_module_slots(count_directives_sub(directive, ap_conftree));
/httpd/modules/generators/
H A Dmod_info.c494 "<tt>%s</tt></dt>\n", ap_conftree->filename);
842 mod_info_module_cmds(r, NULL, ap_conftree, 0, 0);
927 mod_info_module_cmds(r, modp->cmds, ap_conftree, 0,
996 mod_info_module_cmds(NULL, NULL, ap_conftree, 0, 0);
/httpd/modules/lua/
H A Dlua_request.c2629 read_cfg_tree(L, r, ap_conftree);
2638 ap_directive_t *dir = ap_conftree;
2641 for (dir = ap_conftree; dir; dir = dir->next) {

Completed in 1779 milliseconds