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

/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage-rebuild.c24 struct mdbox_rebuild_msg { struct
25 struct mdbox_rebuild_msg *guid_hash_next;
52 HASH_TABLE(uint8_t *, struct mdbox_rebuild_msg *) guid_hash;
53 ARRAY(struct mdbox_rebuild_msg *) msgs;
103 mdbox_rebuild_msg_offset_cmp(struct mdbox_rebuild_msg *const *m1,
104 struct mdbox_rebuild_msg *const *m2)
123 static int mdbox_rebuild_msg_uid_cmp(struct mdbox_rebuild_msg *const *m1,
124 struct mdbox_rebuild_msg *const *m2)
147 struct mdbox_rebuild_msg *rec, *old_rec;
195 rec = p_new(ctx->pool, struct mdbox_rebuild_msg,
[all...]

Completed in 11 milliseconds