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

/dovecot/src/lib/
H A Dhash.c49 struct hash_iterate_context { struct
368 struct hash_iterate_context *hash_table_iterate_init(struct hash_table *table)
370 struct hash_iterate_context *ctx;
374 ctx = i_new(struct hash_iterate_context, 1);
381 hash_table_iterate_next(struct hash_iterate_context *ctx,
398 bool hash_table_iterate(struct hash_iterate_context *ctx,
417 void hash_table_iterate_deinit(struct hash_iterate_context **_ctx)
419 struct hash_iterate_context *ctx = *_ctx;
503 struct hash_iterate_context *iter;

Completed in 18 milliseconds