Lines Matching defs:binary
13 #include "message-binary-part.h"
74 static const char *cte_binary = "Content-Transfer-Encoding: binary\r\n";
110 /* we're not converting NULs to 0x80 when doing a binary fetch,
393 "<binary stream of mailbox %s UID %u>",
458 "Corrupted cached binary.parts data");
489 bool binary, converted;
498 "binary.size", &binary, &converted) < 0)
504 /* note that we assume here that binary translation doesn't change the
515 /* either binary.parts or mime.parts is broken */
554 bool binary, converted;
571 binary = TRUE;
575 "binary stream", &binary, &converted) < 0)
580 *binary_r = binary;