Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dhttpd.c146 isc_httpdaction_t *render_500;
224 static isc_httpdaction_t render_500; in isc_httpdmgr_create()
247 .render_500 = render_500 }; in isc_httpdmgr_create()
688 render_500(const isc_httpd_t *httpd, const isc_httpdurl_t *urlinfo, void *arg, in render_404()
805 result = mgr->render_500(httpd, url, NULL, &req->retcode, in prepare_response()
134 isc_httpdaction_t *render_500; global() member
201 static isc_httpdaction_t render_500; global() variable
708 render_500(const isc_httpd_t *httpd, const isc_httpdurl_t *urlinfo, void *arg, render_500() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c146 isc_httpdaction_t *render_500; member
218 static isc_httpdaction_t render_500; variable
355 .render_500 = render_500 }; in isc_httpdmgr_create()
840 render_500(const char *url, isc_httpdurl_t *urlinfo, const char *querystring, in render_500() function
1015 result = httpd->mgr->render_500( in isc_httpd_recvdone()