Searched defs:hash_format (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-mail/
H A Distream-attachment-extractor.h26 struct hash_format *hash_format; member in struct:istream_attachment_settings
/dovecot/src/lib/
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...]

Completed in 11 milliseconds