Lines Matching refs:resp
106 static CURLcode smtp_continue_auth(struct connectdata *conn, const char *resp);
196 int *resp)
215 *resp = curlx_sltosi(strtol(tmpline, NULL, 10));
218 if(*resp == 1)
219 *resp = 0;
225 *resp = 1; /* Internal response code */
431 static CURLcode smtp_continue_auth(struct connectdata *conn, const char *resp)
435 return Curl_pp_sendf(&smtpc->pp, "%s", resp);