Lines Matching defs:Content
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"
276 #define MIME_HDR_DISPOSITION "Content-Disposition"
277 #define MIME_HDR_ID "Content-ID"
278 #define MIME_HDR_DESCRIPTION "Content-Description"
314 struct Content a_Content; /* MIME content strings */
334 struct Content h_Content; /* MIME content for message */