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

/dovecot/src/plugins/pop3-migration/
H A Dtest-pop3-migration-plugin.c15 bool have_eoh; member in struct:__anon157
40 bool have_eoh; local
47 test_assert_idx(pop3_migration_get_hdr_sha1(1, input, digest, &have_eoh) == 0, i);
49 test_assert_idx(tests[i].have_eoh == have_eoh, i);
H A Dpop3-migration-plugin.c147 bool have_eoh; member in struct:pop3_hdr_context
180 ctx->have_eoh = TRUE;
241 *have_eoh_r = hdr_ctx.have_eoh;
266 bool have_eoh; local
275 if (pop3_migration_get_hdr_sha1(mail->seq, input, sha1_r, &have_eoh) < 0)
277 if (have_eoh) {
310 ret = pop3_migration_get_hdr_sha1(mail->seq, input, sha1_r, &have_eoh);
312 if (!have_eoh)
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync-private.h92 bool have_eoh:1; member in struct:mbox_sync_mail_context

Completed in 23 milliseconds