Searched defs:creating (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib/
H A Deacces-error.c151 eacces_error_get_full(const char *func, const char *path, bool creating) argument
215 } else if (errno == ENOENT && creating &&
232 } else if (creating && test_access(dir, W_OK, errmsg) < 0) {
237 } else if (!creating && test_access(path, W_OK, errmsg) < 0) {
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage.h63 bool creating:1; member in struct:mdbox_mailbox
/dovecot/src/lib-storage/
H A Dmail-storage-private.h431 bool creating:1; member in struct:mailbox
453 /* Don't allow creating any new keywords */

Completed in 10 milliseconds