Searched refs:move_from_alt_map_uids (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage.h37 ARRAY_TYPE(uint32_t) move_from_alt_map_uids; member in struct:mdbox_storage
H A Dmdbox-purge.c458 &mbox->storage->move_from_alt_map_uids;
506 !array_is_created(&dstorage->move_from_alt_map_uids)) {
616 if (array_is_created(&dstorage->move_from_alt_map_uids))
617 map_uids = array_get(&dstorage->move_from_alt_map_uids, &count);
H A Dmdbox-storage.c76 if (array_is_created(&storage->move_from_alt_map_uids))
77 array_free(&storage->move_from_alt_map_uids);

Completed in 1419 milliseconds