Lines Matching defs:encoding
176 * We determine the recommended transfer encoding type for a file as
291 const char *encoding;
302 encoding = content_encoding_core(fp, ctype);
305 return encoding;
345 * The common case is MIME encoding an empty message body.
532 warnx("unknown transfer encoding type: %s", Cp->C_encoding);
690 char *encoding;
694 /* check for an encoding override */
695 if ((encoding = value(ENAME_MIME_ENCODE_MSG)) && *encoding)
696 header->h_Content.C_encoding = encoding;
827 ename = get_line(&elm.mime_enc, "encoding", ename, num);
836 (void)printf("Sorry: valid encoding modes are: ");