Lines Matching refs:plog
470 apr_pool_t *plog; /* Pool of log streams, reset _after_ each read of conf */
632 apr_pool_create(&plog, ap_pglobal);
633 apr_pool_tag(plog, "plog");
656 if (ap_run_pre_config(pconf, plog, ptemp) != OK) {
674 if (ap_run_check_config(pconf, plog, ptemp, ap_server_conf) != OK) {
711 apr_pool_clear(plog);
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) {
756 if (ap_run_pre_config(pconf, plog, ptemp) != OK) {
775 if (ap_run_check_config(pconf, plog, ptemp, ap_server_conf) != OK) {
781 apr_pool_clear(plog);
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) {
800 rc = ap_run_mpm(pconf, plog, ap_server_conf);