Searched defs:retcode (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dhttpd.c129 unsigned int retcode; member in struct:isc_httpd
614 unsigned int *retcode, const char **retmsg,
624 *retcode = 404;
638 unsigned int *retcode, const char **retmsg,
648 *retcode = 500;
715 &httpd->retcode,
724 &httpd->retcode, &httpd->retmsg,
729 NULL, &httpd->retcode,
835 httpd->protocol, httpd->retcode, httpd->retmsg);
612 render_404(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
636 render_500(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
/bind-9.6-ESV-R11/bin/named/
H A Dstatschannel.c980 unsigned int *retcode, const char **retmsg, const char **mimetype,
995 *retcode = 200;
1011 unsigned int *retcode, const char **retmsg, const char **mimetype,
1019 *retcode = 200;
979 render_index(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
1010 render_xsl(const char *url, const char *querystring, void *args, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument

Completed in 23 milliseconds