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

  /src/usr.bin/mail/
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...]
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...]

Completed in 118 milliseconds