Home
last modified time | relevance | path

Searched refs:render_500 (Results 1 – 10 of 10) sorted by relevance

/dports/net/proby/proby-1.0.2/cargo-crates/actix-web-2.0.0/src/middleware/
H A Dcondition.rs108 fn render_500<B>(mut res: ServiceResponse<B>) -> Result<ErrorHandlerResponse<B>> { in render_500() function
122 ErrorHandlers::new().handler(StatusCode::INTERNAL_SERVER_ERROR, render_500); in test_handler_enabled()
140 ErrorHandlers::new().handler(StatusCode::INTERNAL_SERVER_ERROR, render_500); in test_handler_disabled()
H A Derrhandlers.rs157 fn render_500<B>(mut res: ServiceResponse<B>) -> Result<ErrorHandlerResponse<B>> { in render_500() function
171 .handler(StatusCode::INTERNAL_SERVER_ERROR, render_500) in test_handler()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-web-4.0.0-beta.8/src/middleware/
H A Dcondition.rs112 fn render_500<B>(mut res: ServiceResponse<B>) -> Result<ErrorHandlerResponse<B>> { in render_500() function
125 let mw = ErrorHandlers::new().handler(StatusCode::INTERNAL_SERVER_ERROR, render_500); in test_handler_enabled()
141 let mw = ErrorHandlers::new().handler(StatusCode::INTERNAL_SERVER_ERROR, render_500); in test_handler_disabled()
H A Derr_handlers.rs187 fn render_500<B>(mut res: ServiceResponse<B>) -> Result<ErrorHandlerResponse<B>> { in render_500() function
201 .handler(StatusCode::INTERNAL_SERVER_ERROR, render_500) in test_handler()
/dports/net/ntp/ntp-4.2.8p15/lib/isc/
H A Dhttpd.c154 isc_httpdaction_t *render_500; member
225 static isc_result_t render_500(const char *, const char *,
309 httpd->render_500 = render_500; in isc_httpdmgr_create()
636 render_500(const char *url, const char *querystring, in render_500() function
728 result = httpd->mgr->render_500(httpd->url, httpd->querystring, in isc_httpd_recvdone()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/
H A Dhttpd.c151 isc_httpdaction_t *render_500; member
180 static isc_httpdaction_t render_500; variable
221 .render_500 = render_500 }; in isc_httpdmgr_create()
725 render_500(const char *url, isc_httpdurl_t *urlinfo, const char *querystring, in render_500() function
892 result = mgr->render_500( in httpd_request()
/dports/dns/bind-tools/bind-9.16.27/lib/isc/
H A Dhttpd.c144 isc_httpdaction_t *render_500; member
216 static isc_httpdaction_t render_500; variable
351 .render_500 = render_500 }; in isc_httpdmgr_create()
834 render_500(const char *url, isc_httpdurl_t *urlinfo, const char *querystring, in render_500() function
1008 result = httpd->mgr->render_500( in isc_httpd_recvdone()
/dports/dns/bind916/bind-9.16.27/lib/isc/
H A Dhttpd.c144 isc_httpdaction_t *render_500; member
216 static isc_httpdaction_t render_500; variable
351 .render_500 = render_500 }; in isc_httpdmgr_create()
834 render_500(const char *url, isc_httpdurl_t *urlinfo, const char *querystring, in render_500() function
1008 result = httpd->mgr->render_500( in isc_httpd_recvdone()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isc/
H A Dhttpd.c142 isc_httpdaction_t *render_500; member
214 static isc_httpdaction_t render_500; variable
349 .render_500 = render_500 }; in isc_httpdmgr_create()
832 render_500(const char *url, isc_httpdurl_t *urlinfo, const char *querystring, in render_500() function
1006 result = httpd->mgr->render_500( in isc_httpd_recvdone()
/dports/dns/bind911/bind-9.11.37/lib/isc/
H A Dhttpd.c146 isc_httpdaction_t *render_500; member
212 static isc_httpdaction_t render_500; variable
361 .render_500 = render_500 in isc_httpdmgr_create()
841 render_500(const char *url, isc_httpdurl_t *urlinfo, in render_500() function
1024 result = httpd->mgr->render_500(httpd->url, url, in isc_httpd_recvdone()