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

/httpd/include/
H A Dhttp_core.h251 AP_DECLARE(void) ap_custom_response(request_rec *r, int status, const char *string);
372 /** Custom response strings registered via ap_custom_response(),
375 char **response_code_strings; /* from ap_custom_response(), not from
502 * ap_custom_response() */
/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c917 ap_custom_response(r, r->status, rspbuf); /* API makes a copy */
/httpd/modules/lua/
H A Dlua_request.c1738 * ap_custom_response (request_rec *r, int status, const char *string)
1756 ap_custom_response(r, status, string);

Completed in 40 milliseconds