Searched defs:exists (Results 1 - 6 of 6) sorted by relevance

/dovecot/src/lib-storage/index/
H A Dindex-pop3-uidl.c27 /* 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 Dfs-test.h25 bool exists; member in struct:test_fs_file
H A Dfs-api-private.h60 int (*exists)(struct fs_file *file); member in struct:fs_vfuncs
/dovecot/src/lib-storage/
H A Dtest-mail-storage.c395 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 Dmail-storage-private.h214 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 Dmaildir-mail.c190 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