HomeSort by relevance Sort by last modified time
    Searched refs:Curl_pp_sendf (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
pingpong.h 96 * Curl_pp_sendf()
104 CURLcode Curl_pp_sendf(struct pingpong *pp,
smtp.c 318 result = Curl_pp_sendf(&smtpc->pp, "EHLO %s", smtpc->domain);
341 result = Curl_pp_sendf(&smtpc->pp, "HELO %s", smtpc->domain);
360 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", "STARTTLS");
411 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s %s", mech, initresp);
415 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s", mech);
431 return Curl_pp_sendf(&smtpc->pp, "%s", resp);
485 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s %s",
490 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s",
587 result = Curl_pp_sendf(&conn->proto.smtpc.pp,
590 result = Curl_pp_sendf(&conn->proto.smtpc.pp
    [all...]
pop3.c 325 result = Curl_pp_sendf(&pop3c->pp, "%s", "CAPA");
344 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", "STLS");
398 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "USER %s",
448 result = Curl_pp_sendf(&pop3c->pp, "APOP %s %s", conn->user, secret);
473 result = Curl_pp_sendf(&pop3c->pp, "AUTH %s %s", mech, initresp);
477 result = Curl_pp_sendf(&pop3c->pp, "AUTH %s", mech);
494 return Curl_pp_sendf(&pop3c->pp, "%s", resp);
573 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s %s",
577 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s",
598 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", "QUIT")
    [all...]
ftp.c 157 #define PPSENDF(x,y,z) result = Curl_pp_sendf(x,y,z); \
    [all...]
pingpong.c 247 * Curl_pp_sendf()
255 CURLcode Curl_pp_sendf(struct pingpong *pp,
imap.c 557 return Curl_pp_sendf(&imapc->pp, "%s", resp);
    [all...]

Completed in 201 milliseconds