/dovecot/src/lib-storage/ |
H A D | mailbox-keywords.c | 46 i_assert(box->opened); 66 i_assert(box->opened); 82 i_assert(box->opened); 102 i_assert(box->opened);
|
H A D | test-mail-search-args-simplify.c | 273 struct mailbox box = { .opened = TRUE, .storage = &storage };
|
H A D | mail-storage.c | 883 /* 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 D | mail-storage-private.h | 361 /* 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 D | virtual-storage.c | 321 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 D | virtual-save.c | 38 if (!mbox->save_bbox->box->opened &&
|
H A D | virtual-sync.c | 392 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 D | virtual-mail.c | 127 if (!bbox->box->opened && 156 i_assert(bbox->box->opened);
|
/dovecot/src/lib-storage/list/ |
H A D | mailbox-list-index.h | 118 bool opened:1; member in struct:mailbox_list_index
|
H A D | mailbox-list-index-status.c | 220 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 D | mailbox-list-index.c | 62 if (ilist->opened) 112 ilist->opened = TRUE; 669 if (ilist->opened)
|
/dovecot/src/lib-storage/index/ |
H A D | index-status.c | 42 if (!box->opened) { 323 if (!box->opened) {
|
H A D | index-storage.c | 289 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 D | index-transaction.c | 154 i_assert(box->opened);
|
H A D | index-mailbox-size.c | 113 i_assert(box->opened);
|
H A D | index-sync.c | 345 _ctx->box->opened) {
|
/dovecot/src/lib-index/ |
H A D | mail-cache.c | 102 cache->opened = FALSE; 127 i_assert(!cache->opened); 128 cache->opened = TRUE; 524 if (cache->opened) 663 if (!cache->opened)
|
H A D | mail-cache-lookup.c | 144 if (!view->cache->opened) 343 if (!view->cache->opened) 522 if (!view->cache->opened)
|
H A D | mail-cache-private.h | 136 bool opened:1; member in struct:mail_cache
|
H A D | mail-cache-compress.c | 380 cache->opened = TRUE;
|
H A D | mail-cache-fields.c | 195 if (!cache->opened)
|
/dovecot/src/lib-storage/index/dbox-multi/ |
H A D | mdbox-storage.c | 208 i_assert(mbox->box.opened); 436 if (!box->opened) {
|
/dovecot/src/lib-storage/index/dbox-single/ |
H A D | sdbox-storage.c | 150 i_assert(mbox->box.opened); 421 if (!box->opened) {
|
/dovecot/src/lib-fs/ |
H A D | fs-sis.c | 27 bool opened; member in struct:sis_fs_file
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-storage.c | 435 if (!box->opened) {
|