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

/httpd/server/
H A Dcore.c825 core_request_config *reqconf = ap_get_core_module_config(r->request_config); local
831 if (reqconf->response_code_strings != NULL
832 && reqconf->response_code_strings[error_index] != NULL) {
833 return reqconf->response_code_strings[error_index];

Completed in 208 milliseconds