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

/dovecot/src/lib-mail/
H A Dtest-message-id.c21 const char *msgid, *next_msgid; local
27 while ((next_msgid = message_id_get_next(&msgid)) != NULL) {
30 test_assert(strcmp(output[j], next_msgid) == 0);
33 test_assert(output[j++] == NULL && next_msgid == NULL);

Completed in 8 milliseconds