Lines Matching refs:custom_response
78 char *custom_response;
144 custom_response = NULL; /* Do NOT retry the custom thing! */
148 custom_response = ap_response_code_string(r, error_index);
176 if (custom_response && custom_response[0] != '"') {
178 if (ap_is_url(custom_response)) {
186 apr_table_setn(r->headers_out, "Location", custom_response);
188 else if (custom_response[0] == '/') {
209 ap_internal_redirect(custom_response, r);
220 custom_response);