Home | History | Annotate | Download | only in lib

Lines Matching refs:resp

106 static CURLcode pop3_continue_auth(struct connectdata *conn, const char *resp);
197 int *resp)
203 *resp = '-';
213 *resp = '+';
216 *resp = '*';
223 *resp = '+';
230 *resp = '*';
490 const char *resp)
494 return Curl_pp_sendf(&pop3c->pp, "%s", resp);