MCPcopy Create free account
hub / github.com/apache/httpd / ap_die

Function ap_die

modules/http/http_request.c:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232AP_DECLARE(void) ap_die(int type, request_rec *r)
233{
234 ap_die_r(type, r, r->status);
235}
236
237AP_DECLARE(apr_status_t) ap_check_pipeline(conn_rec *c, apr_bucket_brigade *bb,
238 unsigned int max_blank_lines)

Callers 15

ap_internal_redirectFunction · 0.85
ap_http_header_filterFunction · 0.85
dispatchFunction · 0.85
proxy_map_locationFunction · 0.85
proxy_handlerFunction · 0.85
dialup_callbackFunction · 0.85
h2_create_request_recFunction · 0.85
h2test_echo_handlerFunction · 0.85

Calls 1

ap_die_rFunction · 0.85

Tested by 4

dialup_callbackFunction · 0.68
h2test_echo_handlerFunction · 0.68
h2test_delay_handlerFunction · 0.68
h2test_error_handlerFunction · 0.68