Home
last modified time | relevance | path

Searched refs:Curl_pp_sendf (Results 1 – 6 of 6) sorted by relevance

/external/curl/lib/
Dsmtp.c322 result = Curl_pp_sendf(&smtpc->pp, "EHLO %s", smtpc->domain); in smtp_perform_ehlo()
345 result = Curl_pp_sendf(&smtpc->pp, "HELO %s", smtpc->domain); in smtp_perform_helo()
364 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", "STARTTLS"); in smtp_perform_starttls()
415 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s %s", mech, initresp); in smtp_perform_auth()
419 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s", mech); in smtp_perform_auth()
435 return Curl_pp_sendf(&smtpc->pp, "%s", resp); in smtp_continue_auth()
489 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s %s", in smtp_perform_command()
494 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", in smtp_perform_command()
591 result = Curl_pp_sendf(&conn->proto.smtpc.pp, in smtp_perform_mail()
594 result = Curl_pp_sendf(&conn->proto.smtpc.pp, in smtp_perform_mail()
[all …]
Dpop3.c325 result = Curl_pp_sendf(&pop3c->pp, "%s", "CAPA"); in pop3_perform_capa()
344 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", "STLS"); in pop3_perform_starttls()
398 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "USER %s", in pop3_perform_user()
448 result = Curl_pp_sendf(&pop3c->pp, "APOP %s %s", conn->user, secret); in pop3_perform_apop()
473 result = Curl_pp_sendf(&pop3c->pp, "AUTH %s %s", mech, initresp); in pop3_perform_auth()
477 result = Curl_pp_sendf(&pop3c->pp, "AUTH %s", mech); in pop3_perform_auth()
494 return Curl_pp_sendf(&pop3c->pp, "%s", resp); in pop3_continue_auth()
573 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s %s", in pop3_perform_command()
577 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", in pop3_perform_command()
598 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", "QUIT"); in pop3_perform_quit()
[all …]
Dpingpong.h105 CURLcode Curl_pp_sendf(struct pingpong *pp,
Dftp.c158 #define PPSENDF(x,y,z) result = Curl_pp_sendf(x,y,z); \
1240 result = Curl_pp_sendf(&ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port()
1271 result = Curl_pp_sendf(&ftpc->pp, "%s %s", mode[fcmd], tmp); in ftp_state_use_port()
1488 result = Curl_pp_sendf(&conn->proto.ftpc.pp, "%s", cmd); in ftp_state_list()
2701 result = Curl_pp_sendf(&ftpc->pp, "AUTH %s", ftpauth[ftpc->count1]); in ftp_statemach_act()
2838 result = Curl_pp_sendf(&ftpc->pp, "%s", "SYST"); in ftp_statemach_act()
2891 result = Curl_pp_sendf(&ftpc->pp, "%s", "SITE NAMEFMT 1"); in ftp_statemach_act()
3236 result = Curl_pp_sendf(pp, "%s", "ABOR"); in ftp_done()
4022 result = Curl_pp_sendf(&conn->proto.ftpc.pp, "%s", "QUIT"); in ftp_quit()
Dpingpong.c254 CURLcode Curl_pp_sendf(struct pingpong *pp, in Curl_pp_sendf() function
Dimap.c557 return Curl_pp_sendf(&imapc->pp, "%s", resp); in imap_continue_authenticate()
1489 result = Curl_pp_sendf(&conn->proto.imapc.pp, "%s", ""); in imap_done()