Searched refs:Curl_pp_sendf (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | smtp.c | 322 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() 362 CURLcode result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", "STARTTLS"); in smtp_perform_starttls() 412 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s %s", mech, initresp); in smtp_perform_auth() 416 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s", mech); in smtp_perform_auth() 432 return Curl_pp_sendf(&smtpc->pp, "%s", resp); in smtp_continue_auth() 486 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s %s", in smtp_perform_command() 491 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", in smtp_perform_command() 588 result = Curl_pp_sendf(&conn->proto.smtpc.pp, in smtp_perform_mail() 591 result = Curl_pp_sendf(&conn->proto.smtpc.pp, in smtp_perform_mail() [all …]
|
D | pop3.c | 325 result = Curl_pp_sendf(&pop3c->pp, "%s", "CAPA"); in pop3_perform_capa() 342 CURLcode result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", "STLS"); in pop3_perform_starttls() 395 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "USER %s", in pop3_perform_user() 445 result = Curl_pp_sendf(&pop3c->pp, "APOP %s %s", conn->user, secret); in pop3_perform_apop() 470 result = Curl_pp_sendf(&pop3c->pp, "AUTH %s %s", mech, initresp); in pop3_perform_auth() 474 result = Curl_pp_sendf(&pop3c->pp, "AUTH %s", mech); in pop3_perform_auth() 491 return Curl_pp_sendf(&pop3c->pp, "%s", resp); in pop3_continue_auth() 570 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s %s", in pop3_perform_command() 574 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", in pop3_perform_command() 593 CURLcode result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", "QUIT"); in pop3_perform_quit() [all …]
|
D | pingpong.h | 105 CURLcode Curl_pp_sendf(struct pingpong *pp,
|
D | ftp.c | 156 #define PPSENDF(x,y,z) result = Curl_pp_sendf(x,y,z); \ 1233 result = Curl_pp_sendf(&ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port() 1264 result = Curl_pp_sendf(&ftpc->pp, "%s %s", mode[fcmd], tmp); in ftp_state_use_port() 1486 result = Curl_pp_sendf(&conn->proto.ftpc.pp, "%s", cmd); in ftp_state_list() 2703 result = Curl_pp_sendf(&ftpc->pp, "AUTH %s", ftpauth[ftpc->count1]); in ftp_statemach_act() 2840 result = Curl_pp_sendf(&ftpc->pp, "%s", "SYST"); in ftp_statemach_act() 2893 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() 4014 result = Curl_pp_sendf(&conn->proto.ftpc.pp, "%s", "QUIT"); in ftp_quit()
|
D | pingpong.c | 254 CURLcode Curl_pp_sendf(struct pingpong *pp, in Curl_pp_sendf() function
|
D | imap.c | 554 return Curl_pp_sendf(&imapc->pp, "%s", resp); in imap_continue_authenticate() 1480 result = Curl_pp_sendf(&conn->proto.imapc.pp, "%s", ""); in imap_done()
|