Lines Matching defs:retmsg
130 const char *retmsg;
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);