Searched defs:BINARY_TEXT_LONG (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-mail/
H A Dtest-istream-binary-converter.c15 #define BINARY_TEXT_LONG "we have\ra lot \nof \0binary stuff in here\n" \ macro
35 BINARY_TEXT_LONG
H A Dtest-istream-attachment.c19 #define BINARY_TEXT_LONG "we have\ra lot \nof \0binary stuff in here\n" \ macro
352 sizeof(BINARY_TEXT_LONG)-1 + strlen(BINARY_TEXT_SHORT));
353 test_assert(memcmp(data, BINARY_TEXT_LONG, sizeof(BINARY_TEXT_LONG)-1) == 0);
354 test_assert(memcmp(data + sizeof(BINARY_TEXT_LONG)-1,

Completed in 122 milliseconds