Lines Matching defs:wp
1130 imaprecv(register Imap_t* imap, register Imapop_t* wp)
1141 if (!wp || wp == imap->op)
1149 if (!wp)
1151 else if (wp->state != IMAP_STATE_sent && wp != imap->op)
1153 if (wp->code)
1154 return wp;
1155 note(ERROR, "imap: %d: operation never sent", wp - imap->op);
1165 if (wp)
1166 note(ERROR, "imap: %d: operation not completed", wp - imap->op);
1186 wp = op;
1319 if (wp == op || wp == imap->op)