Searched refs:hash_format (Results 1 - 8 of 8) sorted by relevance

/dovecot/src/lib/
H A Dhash-format.h4 struct hash_format;
9 int hash_format_init(const char *format_string, struct hash_format **format_r,
12 void hash_format_loop(struct hash_format *format,
15 void hash_format_write(struct hash_format *format, string_t *dest);
17 void hash_format_reset(struct hash_format *format);
19 void hash_format_deinit(struct hash_format **format, string_t *dest);
21 void hash_format_deinit_free(struct hash_format **format);
H A Dhash-format.c25 struct hash_format { struct
80 hash_format_string_analyze(struct hash_format *format, const char *str,
117 int hash_format_init(const char *format_string, struct hash_format **format_r,
120 struct hash_format *format;
125 format = p_new(pool, struct hash_format, 1);
144 void hash_format_loop(struct hash_format *format,
153 void hash_format_reset(struct hash_format *format)
197 void hash_format_write(struct hash_format *format, string_t *dest)
229 void hash_format_deinit(struct hash_format **_format, string_t *dest)
231 struct hash_format *forma
[all...]
H A Dtest-hash-format.c36 struct hash_format *format;
41 test_begin("hash_format");
/dovecot/src/lib-mail/
H A Distream-attachment-extractor.h26 struct hash_format *hash_format; member in struct:istream_attachment_settings
H A Distream-attachment-extractor.c324 hash_format_loop(astream->set.hash_format,
332 hash_format_loop(astream->set.hash_format,
378 hash_format_reset(astream->set.hash_format);
391 hash_format_loop(astream->set.hash_format,
471 hash_format_write(astream->set.hash_format, digest_str);
499 hash_format_write(astream->set.hash_format, digest_str);
548 hash_format_reset(astream->set.hash_format);
680 hash_format_deinit_free(&astream->set.hash_format);
694 i_assert(set->hash_format != NULL);
705 set->hash_format
[all...]
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.c174 &set.hash_format, &error) < 0) {
/dovecot/src/lib-storage/
H A Dmail-storage-settings.c411 struct hash_format *format;

Completed in 20 milliseconds