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

/dovecot/src/lib-storage/index/imapc/
H A Dimapc-storage.c192 const struct imapc_mailbox_event_callback *mcb; local
202 array_foreach(&mbox->untagged_callbacks, mcb) {
203 if (strcasecmp(reply->name, mcb->name) == 0)
204 mcb->callback(reply, mbox);
208 array_foreach(&mbox->resp_text_callbacks, mcb) {
209 if (strcasecmp(reply->resp_text_key, mcb->name) == 0)
210 mcb->callback(reply, mbox);

Completed in 13 milliseconds