Searched defs:try (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-index/
H A Dmail-index-map-read.c114 /* try to read the whole header, but it's not necessarily an error to
312 int ret, try; local
356 for (try = 0; ret > 0; try++) {
370 if (ret != 0 || try == 2) {
379 /* fsck and try again */
420 /* first try updating the existing mapping from transaction log. */
430 /* try to open and read the latest index. if it fails, we'll
434 don't even try to use the transaction log. */
446 /* we fsck'd the index. try openin
[all...]
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-mail.c38 int ret, try; local
56 for (try = 0; try < 2; try++) {
H A Dmbox-lock.c210 /* get next index we wish to try locking. it's the one after
382 mbox_lock_dotlock_int(struct mbox_lock_context *ctx, int lock_type, bool try) argument
427 /* try again, this time with extra privileges */
436 if ((ENOSPACE(errno) || errno == EACCES) && try)
486 mbox_lock_dotlock(), we just want to try locking */
514 try to use rounded values. */
547 mbox_lock_dotlock(), we just want to try locking */
577 try to use rounded values. */
615 mbox_lock_dotlock(), we just want to try locking */
652 try t
[all...]
/dovecot/src/lib/
H A Dnet.c205 int fd, try; local
207 for (try = 0;;) {
209 if (fd != -1 || try++ >= MAX_CONNECT_RETRIES ||
556 /* delete and try again */
892 /* try to parse as a.b.c.d */

Completed in 23 milliseconds