Lines Matching refs:retain
10 * 1. Redistributions of source code must retain the above *
41 * 1. Redistributions of source code must retain the above copyright *
84 #define imapfree(sp,op) ((op)->state=(op)->retain=0)
175 int retain; /* retain until imapfree() */
1317 if (!op->retain)
1337 imapvsend(register Imap_t* imap, int retain, const char* fmt, va_list ap)
1436 imap->op[i].retain = retain;
1446 imapsend(Imap_t* imap, int retain, const char* fmt, ...)
1452 op = imapvsend(imap, retain, fmt, ap);
1978 sfprintf(sfstdout, " [%d] %s %s %d %s%s\n", op - imap->op, imapname(imapstate, elementsof(imapstate), op->state), imapname(imapresponse, elementsof(imapresponse), op->code), op->count, op->msg, op->retain ? " retain" : "");