Lines Matching refs:pconf
342 apr_pool_create(&process->pconf, process->pool);
343 apr_pool_tag(process->pconf, "pconf");
469 apr_pool_t *pconf;
484 pconf = process->pconf;
634 apr_pool_create(&ptemp, pconf);
651 apr_pool_cleanup_register(pconf, &ap_server_conf, ap_pool_cleanup_set_null,
656 if (ap_run_pre_config(pconf, plog, ptemp) != OK) {
663 process->pconf, ptemp);
665 ap_fixup_virtual_hosts(pconf, ap_server_conf);
666 ap_fini_vhost_config(pconf, ap_server_conf);
674 if (ap_run_check_config(pconf, plog, ptemp, ap_server_conf) != OK) {
689 ap_run_test_config(pconf, ap_server_conf);
706 if (signal_server(&exit_status, pconf) != 0) {
713 if ( ap_run_open_logs(pconf, plog, ptemp, ap_server_conf) != OK) {
719 if ( ap_run_post_config(pconf, plog, ptemp, ap_server_conf) != OK) {
730 apr_pool_clear(pconf);
736 ap_register_hooks(*mod, pconf);
744 apr_pool_create(&ptemp, pconf);
751 apr_pool_cleanup_register(pconf, &ap_server_conf,
756 if (ap_run_pre_config(pconf, plog, ptemp) != OK) {
762 if (ap_process_config_tree(ap_server_conf, ap_conftree, process->pconf,
766 ap_fixup_virtual_hosts(pconf, ap_server_conf);
767 ap_fini_vhost_config(pconf, ap_server_conf);
775 if (ap_run_check_config(pconf, plog, ptemp, ap_server_conf) != OK) {
782 if (ap_run_open_logs(pconf, plog, ptemp, ap_server_conf) != OK) {
788 if (ap_run_post_config(pconf, plog, ptemp, ap_server_conf) != OK) {
795 apr_pool_lock(pconf, 1);
800 rc = ap_run_mpm(pconf, plog, ap_server_conf);
802 apr_pool_lock(pconf, 0);