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

/dovecot/src/plugins/push-notification/
H A Dpush-notification-txn-msg.c43 struct hash_iterate_context *hiter; local
55 hiter = hash_table_iterate_init(ptxn->messages);
66 while (hash_table_iterate(hiter, ptxn->messages, &key, &value)) {
83 hash_table_iterate_deinit(&hiter);

Completed in 975 milliseconds