Searched defs:content (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | head.c | 113 struct content { struct 118 static const struct content contents[] = { 128 * Called by mimehead() to set content data values. 131 content(Mime_t* mp, void* entry, char* data, size_t size, Mimedisc_t* disc) function 133 register struct content* cp = (struct content*)entry; 139 note(DEBUG, "content multi=%d %s `%-.*s'", state.part.in.multi, cp->name, size, data); 153 note(DEBUG, "content boundary=`%s'", bp->data); 222 state.part.disc.valuef = content; 418 * Get mime multipart content [all...] |
H A D | imap.c | 146 short content; /* IMAP_CONTENT_* type */ member in struct:Imappart_s 264 * part content types 910 pp->content = IMAP_CONTENT_multipart; 935 pp->content = IMAP_CONTENT_text; 937 pp->content = IMAP_CONTENT_message; 939 pp->content = IMAP_CONTENT_data; 969 switch (pp->content) 1016 pp->content = IMAP_CONTENT_attachment; 1843 note(ERROR, "imap: message %d id=%s content=%s type=%s encoding=%s name=%s size=%d/%d", m, pp->id, imapname(imapcontent, elementsof(imapcontent), pp->content), p [all...] |
Completed in 11 milliseconds