Searched defs:retmsg (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dstrerror.c114 char *retmsg = NULL; local
123 retmsg = GetWSAErrorMessage(errval);
124 if (retmsg != NULL)
125 return (retmsg);
/bind-9.6-ESV-R11/lib/isc/
H A Dhttpd.c130 const char *retmsg; member in struct:isc_httpd
614 unsigned int *retcode, const char **retmsg,
625 *retmsg = "No such URL";
638 unsigned int *retcode, const char **retmsg,
649 *retmsg = "Internal server failure";
716 &httpd->retmsg,
724 &httpd->retcode, &httpd->retmsg,
730 &httpd->retmsg,
826 needlen += strlen(httpd->retmsg) + 2; /* return msg + CRLF */
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
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dstatschannel.c980 unsigned int *retcode, const char **retmsg, const char **mimetype,
996 *retmsg = "OK";
1011 unsigned int *retcode, const char **retmsg, const char **mimetype,
1020 *retmsg = "OK";
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 894 milliseconds