HomeSort by: relevance | last modified time | path
    Searched refs:Content (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/mail/
mime_attach.h 46 struct Content get_mime_content(struct attachment *, int);
def.h 264 * Structure of MIME content.
266 struct Content {
267 const char *C_type; /* content type */
268 const char *C_encoding; /* content transfer encoding */
269 const char *C_disposition; /* content disposition */
270 const char *C_description; /* content description */
271 const char *C_id; /* content id */
273 /* Header strings corresponding to the above Content fields. */
274 #define MIME_HDR_TYPE "Content-Type"
275 #define MIME_HDR_ENCODING "Content-Transfer-Encoding
    [all...]
mime_attach.c 99 static void fput_mime_content(FILE *fp, struct Content *Cp);
182 * 2) If any high bit is set, use quoted-printable if the content type
328 * Content type routines
331 * We use libmagic(3) to get the content type, except in the case of a
442 * Other content routines
491 * Routines to get the MIME content strings.
493 PUBLIC struct Content
496 struct Content Cp;
511 fput_mime_content(FILE *fp, struct Content *Cp)
526 fput_body(FILE *fi, FILE *fo, struct Content *Cp
    [all...]
  /src/libexec/httpd/
printenv.lua 29 httpd.write("Content-Type: text/html\r\n\r\n")
80 httpd.write("Content-Type: text/html\r\n\r\n")
86 httpd.print('Content-type: ' .. env.CONTENT_TYPE .. '<br>')
  /src/share/mk/
bsd.test.mk 84 @{ echo 'Content-Type: application/X-atf-atffile; version="1"'; \

Completed in 20 milliseconds