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

/httpd/server/mpm/winnt/
H A Dmpm_winnt.c985 static apr_status_t service_to_start_success; variable
1224 service_to_start_success = mpm_service_to_start(&service_name,
1226 if (service_to_start_success == APR_SUCCESS) {
1367 && (service_to_start_success != APR_SUCCESS)) {
1368 ap_log_error(APLOG_MARK,APLOG_CRIT, service_to_start_success, NULL, APLOGNO(00438)

Completed in 876 milliseconds