Home
last modified time | relevance | path

Searched refs:existence_r (Results 1 – 14 of 14) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/plugins/mailbox-alias/
H A Dmailbox-alias-plugin.c64 enum mailbox_symlink_existence *existence_r) in mailbox_symlink_exists() argument
81 *existence_r = MAILBOX_SYMLINK_EXISTENCE_NONEXISTENT; in mailbox_symlink_exists()
89 *existence_r = MAILBOX_SYMLINK_EXISTENCE_SYMLINK; in mailbox_symlink_exists()
91 *existence_r = MAILBOX_SYMLINK_EXISTENCE_NOT_SYMLINK; in mailbox_symlink_exists()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/
H A Dindex-storage.c185 enum mailbox_existence *existence_r) in index_storage_mailbox_exists() argument
188 *existence_r = MAILBOX_EXISTENCE_SELECT; in index_storage_mailbox_exists()
192 return index_storage_mailbox_exists_full(box, NULL, existence_r); in index_storage_mailbox_exists()
196 enum mailbox_existence *existence_r) in index_storage_mailbox_exists_full() argument
207 *existence_r = MAILBOX_EXISTENCE_NONE; in index_storage_mailbox_exists_full()
212 *existence_r = MAILBOX_EXISTENCE_NONE; in index_storage_mailbox_exists_full()
226 *existence_r = MAILBOX_EXISTENCE_SELECT; in index_storage_mailbox_exists_full()
234 *existence_r = MAILBOX_EXISTENCE_SELECT; in index_storage_mailbox_exists_full()
245 *existence_r = MAILBOX_EXISTENCE_NOSELECT; in index_storage_mailbox_exists_full()
248 *existence_r = MAILBOX_EXISTENCE_NONE; in index_storage_mailbox_exists_full()
H A Dindex-storage.h64 enum mailbox_existence *existence_r);
66 enum mailbox_existence *existence_r)
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/list/
H A Dmailbox-list-index-backend.c235 enum mailbox_existence *existence_r) in index_list_node_exists() argument
239 *existence_r = MAILBOX_EXISTENCE_NONE; in index_list_node_exists()
251 *existence_r = MAILBOX_EXISTENCE_SELECT; in index_list_node_exists()
254 *existence_r = MAILBOX_EXISTENCE_NOSELECT; in index_list_node_exists()
482 enum mailbox_existence *existence_r) in index_list_mailbox_exists() argument
485 *existence_r = MAILBOX_EXISTENCE_SELECT; in index_list_mailbox_exists()
492 if (index_list_node_exists(list, box->name, existence_r) < 0) { in index_list_mailbox_exists()
H A Dmailbox-list-index-status.c32 enum mailbox_existence *existence_r) in index_list_exists() argument
44 exists(box, auto_boxes, existence_r); in index_list_exists()
51 *existence_r = MAILBOX_EXISTENCE_NONE; in index_list_exists()
53 *existence_r = MAILBOX_EXISTENCE_NOSELECT; in index_list_exists()
55 *existence_r = MAILBOX_EXISTENCE_SELECT; in index_list_exists()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/pop3c/
H A Dpop3c-storage.c131 enum mailbox_existence *existence_r) in pop3c_mailbox_exists() argument
134 *existence_r = MAILBOX_EXISTENCE_SELECT; in pop3c_mailbox_exists()
136 *existence_r = MAILBOX_EXISTENCE_NONE; in pop3c_mailbox_exists()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/imapc/
H A Dimapc-storage.c560 enum mailbox_existence *existence_r) in imapc_mailbox_exists() argument
563 *existence_r = MAILBOX_EXISTENCE_SELECT; in imapc_mailbox_exists()
569 *existence_r = MAILBOX_EXISTENCE_SELECT; in imapc_mailbox_exists()
571 *existence_r = MAILBOX_EXISTENCE_NONE; in imapc_mailbox_exists()
588 *existence_r = MAILBOX_EXISTENCE_NONE; in imapc_mailbox_exists()
590 *existence_r = MAILBOX_EXISTENCE_NOSELECT; in imapc_mailbox_exists()
592 *existence_r = MAILBOX_EXISTENCE_SELECT; in imapc_mailbox_exists()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dfail-mailbox.c26 enum mailbox_existence *existence_r) in fail_mailbox_exists() argument
28 *existence_r = MAILBOX_EXISTENCE_NONE; in fail_mailbox_exists()
H A Dmail-storage.c1419 enum mailbox_existence *existence_r) in mailbox_exists() argument
1425 *existence_r = MAILBOX_EXISTENCE_NONE; in mailbox_exists()
1435 *existence_r = MAILBOX_EXISTENCE_NONE; in mailbox_exists()
1439 if (box->v.exists(box, auto_boxes, existence_r) < 0) in mailbox_exists()
1442 if (!box->inbox_user && *existence_r == MAILBOX_EXISTENCE_NOSELECT && in mailbox_exists()
1446 *existence_r = MAILBOX_EXISTENCE_NOSELECT; in mailbox_exists()
H A Dmail-storage-private.h228 enum mailbox_existence *existence_r);
H A Dmail-storage.h539 enum mailbox_existence *existence_r);
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/acl/
H A Dacl-mailbox.c477 enum mailbox_existence *existence_r) in acl_mailbox_exists() argument
497 existence_r); in acl_mailbox_exists()
499 *existence_r = MAILBOX_EXISTENCE_NONE; in acl_mailbox_exists()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/maildir/
H A Dmaildir-storage.c341 enum mailbox_existence *existence_r) in maildir_mailbox_exists() argument
344 *existence_r = MAILBOX_EXISTENCE_SELECT; in maildir_mailbox_exists()
348 return index_storage_mailbox_exists_full(box, "cur", existence_r); in maildir_mailbox_exists()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/virtual/
H A Dvirtual-storage.c476 enum mailbox_existence *existence_r) in virtual_mailbox_exists() argument
479 existence_r); in virtual_mailbox_exists()