Searched refs:hash_format_init (Results 1 - 6 of 6) sorted by relevance
/dovecot/src/lib/ |
H A D | test-hash-format.c | 43 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 D | hash-format.h | 9 int hash_format_init(const char *format_string, struct hash_format **format_r,
|
H A D | hash-format.c | 117 int hash_format_init(const char *format_string, struct hash_format **format_r, function
|
/dovecot/src/lib-mail/ |
H A D | test-istream-attachment.c | 240 if (hash_format_init("%{sha1}", &set_r->hash_format, &error) < 0)
|
/dovecot/src/lib-storage/index/ |
H A D | index-attachment.c | 173 if (hash_format_init(storage->set->mail_attachment_hash,
|
/dovecot/src/lib-storage/ |
H A D | mail-storage-settings.c | 488 if (hash_format_init(set->mail_attachment_hash, &format, &error) < 0) {
|
Completed in 29 milliseconds