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

/httpd/include/
H A Dhttp_request.h66 AP_DECLARE(int) ap_process_request_internal(request_rec *r);
/httpd/modules/http/
H A Dhttp_request.c336 access_status = ap_process_request_internal(r);
656 access_status = ap_process_request_internal(new);
680 access_status = ap_process_request_internal(new);
/httpd/server/
H A Drequest.c126 AP_DECLARE(int) ap_process_request_internal(request_rec *r) function
2158 if ((res = ap_process_request_internal(rnew))) {
2295 if ((res = ap_process_request_internal(rnew))) {
2390 if ((res = ap_process_request_internal(rnew))) {

Completed in 18 milliseconds