Searched refs:sync_notify (Results 1 - 11 of 11) sorted by relevance
/dovecot/src/lib-storage/index/cydir/ |
H A D | cydir-sync.c | 48 if (box->v.sync_notify != NULL) { 49 box->v.sync_notify(box, uid, 92 /* FIXME: should be bother calling sync_notify()? */ 97 if (box->v.sync_notify != NULL) 98 box->v.sync_notify(box, 0, 0);
|
/dovecot/src/lib-storage/index/dbox-multi/ |
H A D | mdbox-sync.c | 115 if (box->v.sync_notify != NULL) { 121 box->v.sync_notify(box, uid, MAILBOX_SYNC_TYPE_EXPUNGE); 186 if (box->v.sync_notify != NULL) 187 box->v.sync_notify(box, 0, 0);
|
/dovecot/src/lib-storage/index/dbox-single/ |
H A D | sdbox-sync.c | 150 /* do sync_notify only when the file was unlinked by us */ 151 if (ret > 0 && box->v.sync_notify != NULL) 152 box->v.sync_notify(box, uid, MAILBOX_SYNC_TYPE_EXPUNGE); 166 if (ctx->mbox->box.v.sync_notify != NULL) 167 ctx->mbox->box.v.sync_notify(&ctx->mbox->box, 0, 0);
|
/dovecot/src/plugins/quota-clone/ |
H A D | quota-clone-plugin.c | 166 if (qbox->module_ctx.super.sync_notify != NULL) 167 qbox->module_ctx.super.sync_notify(box, uid, sync_type); 198 v->sync_notify = quota_clone_mailbox_sync_notify;
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-sync-index.c | 89 if (box->v.sync_notify != NULL) { 90 box->v.sync_notify(box, ctx->uid, 157 if (box->v.sync_notify != NULL) { 158 box->v.sync_notify(box, ctx->uid, 646 if (mbox->box.v.sync_notify != NULL) 647 mbox->box.v.sync_notify(&mbox->box, 0, 0);
|
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-sync.c | 408 if (sync_type != 0 && box->v.sync_notify != NULL) { 409 box->v.sync_notify(box, mail_ctx->mail.uid, 608 if (box->v.sync_notify != NULL) { 609 box->v.sync_notify(box, mail_ctx->mail.uid, 2038 if (mbox->box.v.sync_notify != NULL) 2039 mbox->box.v.sync_notify(&mbox->box, 0, 0);
|
/dovecot/src/lib-storage/index/imapc/ |
H A D | imapc-sync.c | 418 if (mbox->box.v.sync_notify != NULL) 419 mbox->box.v.sync_notify(&mbox->box, 0, 0);
|
/dovecot/src/plugins/fts/ |
H A D | fts-storage.c | 690 if (fbox->module_ctx.super.sync_notify != NULL) 691 fbox->module_ctx.super.sync_notify(box, uid, sync_type); 838 v->sync_notify = fts_mailbox_sync_notify;
|
/dovecot/src/plugins/quota/ |
H A D | quota-storage.c | 416 if (qbox->module_ctx.super.sync_notify != NULL) 417 qbox->module_ctx.super.sync_notify(box, uid, sync_type); 482 sync_notify() notifies about, and those messages would 542 /* sync_notify() may be called outside sync_begin()..sync_deinit(). 592 v->sync_notify = quota_mailbox_sync_notify;
|
/dovecot/src/lib-storage/ |
H A D | mail-storage-private.h | 269 void (*sync_notify)(struct mailbox *box, uint32_t uid, member in struct:mailbox_vfuncs
|
/dovecot/src/plugins/virtual/ |
H A D | virtual-sync.c | 490 if (box->v.sync_notify != NULL) 491 box->v.sync_notify(box, 0, 0);
|
Completed in 53 milliseconds