| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| httpd.c | 118 const char *mimetype; member in struct:isc_httpd 818 const char **retmsg, const char **mimetype, isc_buffer_t *b, 830 *mimetype = "text/plain"; 842 const char **retmsg, const char **mimetype, isc_buffer_t *b, 854 *mimetype = "text/plain"; 1005 &httpd->retcode, &httpd->retmsg, &httpd->mimetype, 1011 &httpd->mimetype, &httpd->bodybuffer, 1017 &httpd->retcode, &httpd->retmsg, &httpd->mimetype, 1035 isc_httpd_addheader(httpd, "Content-Type", httpd->mimetype);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| httpd.c | 186 const char *mimetype; member in struct:isc_httpd_sendreq 659 unsigned int *retcode, const char **retmsg, const char **mimetype, 669 *mimetype = "text/plain"; 680 unsigned int *retcode, const char **retmsg, const char **mimetype, 690 *mimetype = "text/plain"; 786 &req->retmsg, &req->mimetype, 791 &req->retmsg, &req->mimetype, 797 &req->retmsg, &req->mimetype, 819 httpd_addheader(req, "Content-Type", req->mimetype);
|
| /src/external/bsd/file/dist/src/ |
| file.h | 390 char mimetype[MAXMIME]; /* MIME type */ member in struct:magic
|