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

/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-import.c95 ARRAY(struct dsync_mail_change *) maybe_saves; member in struct:dsync_mailbox_importer
280 i_array_init(&importer->maybe_saves, 128);
1447 array_append(&importer->maybe_saves, &save, 1);
1532 saves = array_get(&importer->maybe_saves, &count);
2939 array_free(&importer->maybe_saves);

Completed in 31 milliseconds