Searched refs:lazy (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/imap/
H A Dimap-fetch-body.c596 const bool lazy = context != NULL; local
597 enum mail_lookup_abort temp_lookup_abort = lazy ? MAIL_LOOKUP_ABORT_NOT_IN_CACHE : mail->lookup_abort;
612 } else if (lazy) {
613 /* not in cache && lazy => give up */
618 * not in cache && !lazy => someone higher up set
620 * a non-lazy request we failed the cache lookup.
641 bool lazy; local
643 lazy = FALSE;
658 lazy = TRUE;
674 "NIL", fetch_snippet, (void *) lazy);
[all...]

Completed in 14 milliseconds