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

/dovecot/src/lib-imap-client/
H A Dimapc-client.c418 void imapc_client_mailbox_close(struct imapc_client_mailbox **_box) argument
420 struct imapc_client_mailbox *box = *_box;
436 *_box = NULL;
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-sync-index.c216 struct mailbox *_box = &mbox->box; local
228 if (index_storage_expunged_sync_begin(_box, &sync_ctx, &view,
239 maildir_keywords_sync_init(mbox->keywords, _box->index);
/dovecot/src/lib-storage/
H A Dmail-storage.c1492 void mailbox_free(struct mailbox **_box) argument
1494 struct mailbox *box = *_box;
1496 *_box = NULL;

Completed in 20 milliseconds