Searched refs:render_404 (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | httpd.c | 145 isc_httpdaction_t *render_404; 223 static isc_httpdaction_t render_404; in isc_httpdmgr_create() 246 .render_404 = render_404, in isc_httpdmgr_create() 667 render_404(const isc_httpd_t *httpd, const isc_httpdurl_t *urlinfo, void *arg, in httpd_newconn() 794 result = mgr->render_404(httpd, NULL, NULL, &req->retcode, in prepare_response() 1079 httpdmgr->render_404 = func; in httpd_senddone() 133 isc_httpdaction_t *render_404; global() member 200 static isc_httpdaction_t render_404; global() variable 687 render_404(const isc_httpd_t *httpd, const isc_httpdurl_t *urlinfo, void *arg, render_404() function
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
| H A D | httpd.c | 145 isc_httpdaction_t *render_404; member 217 static isc_httpdaction_t render_404; variable 354 .render_404 = render_404, in isc_httpdmgr_create() 816 render_404(const char *url, isc_httpdurl_t *urlinfo, const char *querystring, in render_404() function 1003 result = httpd->mgr->render_404( in isc_httpd_recvdone() 1320 httpdmgr->render_404 = func; in isc_httpdmgr_addurl2()
|