Searched refs:Curl_pp_sendf (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | smtp.c | 318 result = Curl_pp_sendf(&smtpc->pp, "EHLO %s", smtpc->domain); in smtp_perform_ehlo() 341 result = Curl_pp_sendf(&smtpc->pp, "HELO %s", smtpc->domain); in smtp_perform_helo() 360 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", "STARTTLS"); in smtp_perform_starttls() 411 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s %s", mech, initresp); in smtp_perform_auth() 415 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s", mech); in smtp_perform_auth() 431 return Curl_pp_sendf(&smtpc->pp, "%s", resp); in smtp_continue_auth() 485 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s %s", in smtp_perform_command() 490 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", in smtp_perform_command() 587 result = Curl_pp_sendf(&conn->proto.smtpc.pp, in smtp_perform_mail() 590 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() 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 …]
|
D | pingpong.h | 104 CURLcode Curl_pp_sendf(struct pingpong *pp,
|
D | ftp.c | 157 #define PPSENDF(x,y,z) result = Curl_pp_sendf(x,y,z); \ 1244 result = Curl_pp_sendf(&ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port() 1275 result = Curl_pp_sendf(&ftpc->pp, "%s %s", mode[fcmd], tmp); in ftp_state_use_port() 1491 result = Curl_pp_sendf(&conn->proto.ftpc.pp, "%s", cmd); in ftp_state_list() 2702 result = Curl_pp_sendf(&ftpc->pp, "AUTH %s", ftpauth[ftpc->count1]); in ftp_statemach_act() 2839 result = Curl_pp_sendf(&ftpc->pp, "%s", "SYST"); in ftp_statemach_act() 2892 result = Curl_pp_sendf(&ftpc->pp, "%s", "SITE NAMEFMT 1"); in ftp_statemach_act() 3234 result = Curl_pp_sendf(pp, "%s", "ABOR"); in ftp_done() 4057 result = Curl_pp_sendf(&conn->proto.ftpc.pp, "%s", "QUIT"); in ftp_quit()
|
D | pingpong.c | 255 CURLcode Curl_pp_sendf(struct pingpong *pp, in Curl_pp_sendf() function
|
D | imap.c | 557 return Curl_pp_sendf(&imapc->pp, "%s", resp); in imap_continue_authenticate() 1476 result = Curl_pp_sendf(&conn->proto.imapc.pp, "%s", ""); in imap_done()
|