Searched defs:exists (Results 1 - 6 of 6) sorted by relevance
/dovecot/src/lib-storage/index/ |
H A D | index-pop3-uidl.c | 27 /* We'll assume that if the header exists, it's up-to-date. normally 44 void index_pop3_uidl_update_exists(struct mail *mail, bool exists) argument 48 if (exists) {
|
/dovecot/src/lib-fs/ |
H A D | fs-test.h | 25 bool exists; member in struct:test_fs_file
|
H A D | fs-api-private.h | 60 int (*exists)(struct fs_file *file); member in struct:fs_vfuncs
|
/dovecot/src/lib-storage/ |
H A D | test-mail-storage.c | 395 enum mailbox_existence exists; local 396 /* check if the mailbox exists */ 397 ret = mailbox_exists(src, FALSE, &exists); 404 if (exists == MAILBOX_EXISTENCE_NONE)
|
H A D | mail-storage-private.h | 214 int (*exists)(struct mailbox *box, bool auto_boxes, member in struct:mailbox_vfuncs 643 already exists in search result, it's not necessary to check if 811 Optimized for case where the directory usually exists. */
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-mail.c | 190 bool exists; local 197 /* file exists in index file, but not in dovecot-uidlist anymore. */ 205 exists = mail_index_lookup_seq(view, mail->uid, &seq); 208 if (exists) { 209 /* the message still exists in index. this means there's some 498 /* use GUID from uidlist if it exists */
|
Completed in 14 milliseconds