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

/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-export.c51 struct mailbox_attribute_iter *attr_iter; member in struct:dsync_mailbox_exporter
466 exporter->attr_iter =
613 while ((key = mailbox_attribute_iter_next(exporter->attr_iter)) != NULL) {
665 if (mailbox_attribute_iter_deinit(&exporter->attr_iter) < 0) {
692 if (exporter->attr_iter != NULL) {
937 if (exporter->attr_iter != NULL)
938 (void)mailbox_attribute_iter_deinit(&exporter->attr_iter);

Completed in 691 milliseconds