Lines Matching refs:hash_format
25 struct hash_format {
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 *format = *_format;
239 void hash_format_deinit_free(struct hash_format **_format)
241 struct hash_format *format = *_format;