Searched refs:opened (Results 1 - 25 of 30) sorted by relevance

12

/dovecot/src/lib-storage/
H A Dmailbox-keywords.c46 i_assert(box->opened);
66 i_assert(box->opened);
82 i_assert(box->opened);
102 i_assert(box->opened);
H A Dtest-mail-search-args-simplify.c273 struct mailbox box = { .opened = TRUE, .storage = &storage };
H A Dmail-storage.c883 /* successfully opened the correct mailbox */
1127 if (box->opened)
1280 if (box->opened)
1284 i_debug("%s: Mailbox opened because: %s",
1379 to user that the mailbox can't be opened. so we'll just
1385 may not have fully opened the mailbox while it was being
1471 if (!box->opened)
1482 box->opened = FALSE;
1588 } else if (box->opened) {
1929 i_assert(box->opened);
[all...]
H A Dmail-storage-private.h361 /* these won't be set until mailbox is opened: */
372 /* Filled lazily when mailbox is opened, use mailbox_get_path()
375 /* Filled lazily when mailbox is opened, use mailbox_get_index_path()
425 /* When FAST open flag is used, the mailbox isn't actually opened until
427 bool opened:1; member in struct:mailbox
463 /* Using LAYOUT=index and mailbox is being opened with a corrupted
573 /* number of files we've opened and read */
789 The mailbox must already be opened and the caller must know that the
802 /* Open private index files for mailbox. Returns 1 if opened, 0 if there
/dovecot/src/plugins/virtual/
H A Dvirtual-storage.c321 i_assert(bbox->box->opened);
385 /* the backend mailbox was already opened. if we didn't get here
401 i_assert(!bbox->box->opened);
415 i_assert(bbox->box->opened);
464 if (bboxes[i]->box->opened)
585 if (!mbox->box.opened) {
664 i_assert(box->opened);
716 (*bboxp)->box->opened) {
718 indexes are already opened. Might as well use the
731 if (!(*bboxp)->box->opened
[all...]
H A Dvirtual-save.c38 if (!mbox->save_bbox->box->opened &&
H A Dvirtual-sync.c392 if (!bbox->box->opened) {
1186 if (!bbox->box->opened)
1226 if (bbox->box->opened || bbox->open_failed) {
1227 /* a) index already opened, refresh it
1247 /* mailbox hasn't changed since we last opened it,
1256 if (!bbox->box->opened) {
1274 i_assert(bbox->box->opened);
1436 if (!bbox->box->opened &&
1491 if (!bbox->box->opened &&
1740 b) Mailbox is being opened (FIX_INCONSISTEN
[all...]
H A Dvirtual-mail.c127 if (!bbox->box->opened &&
156 i_assert(bbox->box->opened);
/dovecot/src/lib-storage/list/
H A Dmailbox-list-index.h118 bool opened:1; member in struct:mailbox_list_index
H A Dmailbox-list-index-status.c220 if ((items & ~CACHED_STATUS_ITEMS) == 0 && !box->opened) {
329 if (box->opened) {
330 /* if mailbox is already opened, don't bother using the values
630 i_assert(box->opened);
769 if (!ilist->opened &&
H A Dmailbox-list-index.c62 if (ilist->opened)
112 ilist->opened = TRUE;
669 if (ilist->opened)
/dovecot/src/lib-storage/index/
H A Dindex-status.c42 if (!box->opened) {
323 if (!box->opened) {
H A Dindex-storage.c289 i_assert(!box->opened);
355 box->opened = TRUE;
412 if (box->opened)
771 if (!box->opened) {
835 implementations if indexes are opened by another session, but
1041 make sure that the cache file is opened and the cache
H A Dindex-transaction.c154 i_assert(box->opened);
H A Dindex-mailbox-size.c113 i_assert(box->opened);
H A Dindex-sync.c345 _ctx->box->opened) {
/dovecot/src/lib-index/
H A Dmail-cache.c102 cache->opened = FALSE;
127 i_assert(!cache->opened);
128 cache->opened = TRUE;
524 if (cache->opened)
663 if (!cache->opened)
H A Dmail-cache-lookup.c144 if (!view->cache->opened)
343 if (!view->cache->opened)
522 if (!view->cache->opened)
H A Dmail-cache-private.h136 bool opened:1; member in struct:mail_cache
H A Dmail-cache-compress.c380 cache->opened = TRUE;
H A Dmail-cache-fields.c195 if (!cache->opened)
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage.c208 i_assert(mbox->box.opened);
436 if (!box->opened) {
/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-storage.c150 i_assert(mbox->box.opened);
421 if (!box->opened) {
/dovecot/src/lib-fs/
H A Dfs-sis.c27 bool opened; member in struct:sis_fs_file
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-storage.c435 if (!box->opened) {

Completed in 114 milliseconds

12