Searched refs:pop3_migration_get_hdr_sha1 (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/plugins/pop3-migration/ |
H A D | pop3-migration-plugin.h | 9 int pop3_migration_get_hdr_sha1(uint32_t mail_seq, struct istream *input,
|
H A D | test-pop3-migration-plugin.c | 47 test_assert_idx(pop3_migration_get_hdr_sha1(1, input, digest, &have_eoh) == 0, i);
|
H A D | pop3-migration-plugin.c | 206 int pop3_migration_get_hdr_sha1(uint32_t mail_seq, struct istream *input, function 275 if (pop3_migration_get_hdr_sha1(mail->seq, input, sha1_r, &have_eoh) < 0) 310 ret = pop3_migration_get_hdr_sha1(mail->seq, input, sha1_r, &have_eoh);
|
Completed in 2012 milliseconds