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

/httpd/modules/http/
H A Dhttp_request.c226 AP_DECLARE(void) ap_die(int type, request_rec *r) function
422 ap_die(HTTP_INTERNAL_SERVER_ERROR, r);
561 ap_die(access_status, new);
649 /* ap_die was already called, if an error occured */
661 ap_die(access_status, new);
673 /* ap_die was already called, if an error occured */
684 ap_die(access_status, new);
H A Dhttp_filters.c1174 ap_die(status, r);
1198 ap_die(HTTP_INTERNAL_SERVER_ERROR, r);
/httpd/include/
H A Dhttp_request.h336 AP_DECLARE(void) ap_die(int type, request_rec *r);
/httpd/modules/test/
H A Dmod_dialup.c127 ap_die(status, db->r);
/httpd/server/
H A Dprotocol.c1071 ap_die(access_status, r);
1203 * called by ap_die and by ap_send_error_response works correctly on
1213 ap_die(access_status, r);
/httpd/modules/proxy/
H A Dmod_proxy_fcgi.c669 * prevent ap_die() from treating this as a
783 ap_die(script_error_status, r); /* send ErrorDocument */
H A Dmod_serf.c86 ap_die(ctx->rstatus, ctx->r);
H A Dmod_proxy.c836 ap_die(access_status, r);
982 ap_die(access_status, r);
989 ap_die(access_status, r);

Completed in 2970 milliseconds