Searched refs:hash_format_init (Results 1 - 6 of 6) sorted by relevance

/dovecot/src/lib/
H A Dtest-hash-format.c43 test_assert(hash_format_init(fail_input[i], &format, &error) < 0);
46 test_assert(hash_format_init(tests[i].input, &format, &error) == 0);
H A Dhash-format.h9 int hash_format_init(const char *format_string, struct hash_format **format_r,
H A Dhash-format.c117 int hash_format_init(const char *format_string, struct hash_format **format_r, function
/dovecot/src/lib-mail/
H A Dtest-istream-attachment.c240 if (hash_format_init("%{sha1}", &set_r->hash_format, &error) < 0)
/dovecot/src/lib-storage/index/
H A Dindex-attachment.c173 if (hash_format_init(storage->set->mail_attachment_hash,
/dovecot/src/lib-storage/
H A Dmail-storage-settings.c488 if (hash_format_init(set->mail_attachment_hash, &format, &error) < 0) {

Completed in 29 milliseconds