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

/dovecot/src/lib-mail/
H A Dtest-message-header-hash.c8 static const char test_input_with_nuls[] = { variable
21 { test_input_with_nuls, 2, "?\t\n? !?x?yz?-plop?" },
33 { test_input_with_nuls, 3, "?\t\n?!?x?yz?-plop?" },
42 { test_input_with_nuls, 4, "?\n?!?x?yz?-plop?" },
58 size_t input_len = tests[i].input == test_input_with_nuls ?
59 sizeof(test_input_with_nuls)-1 : strlen(tests[i].input);

Completed in 9 milliseconds