Searched refs:Curl_pp_sendf (Results 1 – 6 of 6) sorted by relevance
/third_party/curl/lib/ |
D | ftp.c | 783 CURLcode result = Curl_pp_sendf(data, in ftp_state_user() 796 CURLcode result = Curl_pp_sendf(data, &conn->proto.ftpc.pp, "%s", "PWD"); in ftp_state_pwd() 892 result = Curl_pp_sendf(data, &ftpc->pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd() 901 result = Curl_pp_sendf(data, &ftpc->pp, "CWD %s", in ftp_state_cwd() 1240 result = Curl_pp_sendf(data, &ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port() 1273 result = Curl_pp_sendf(data, &ftpc->pp, "%s %s", mode[fcmd], target); in ftp_state_use_port() 1340 result = Curl_pp_sendf(data, &ftpc->pp, "%s", mode[modeoff]); in ftp_state_use_pasv() 1380 result = Curl_pp_sendf(data, &ftpc->pp, "PRET %s", in ftp_state_prepare_transfer() 1385 result = Curl_pp_sendf(data, &ftpc->pp, "PRET STOR %s", in ftp_state_prepare_transfer() 1388 result = Curl_pp_sendf(data, &ftpc->pp, "PRET RETR %s", in ftp_state_prepare_transfer() [all …]
|
D | smtp.c | 338 result = Curl_pp_sendf(data, &smtpc->pp, "EHLO %s", smtpc->domain); in smtp_perform_ehlo() 362 result = Curl_pp_sendf(data, &smtpc->pp, "HELO %s", smtpc->domain); in smtp_perform_helo() 380 CURLcode result = Curl_pp_sendf(data, &conn->proto.smtpc.pp, in smtp_perform_starttls() 434 result = Curl_pp_sendf(data, &smtpc->pp, "AUTH %s %s", mech, initresp); in smtp_perform_auth() 438 result = Curl_pp_sendf(data, &smtpc->pp, "AUTH %s", mech); in smtp_perform_auth() 455 return Curl_pp_sendf(data, &smtpc->pp, "%s", resp); in smtp_continue_auth() 534 result = Curl_pp_sendf(data, &conn->proto.smtpc.pp, "VRFY %s%s%s%s", in smtp_perform_command() 550 result = Curl_pp_sendf(data, &conn->proto.smtpc.pp, in smtp_perform_command() 558 result = Curl_pp_sendf(data, &conn->proto.smtpc.pp, "%s", in smtp_perform_command() 733 result = Curl_pp_sendf(data, &conn->proto.smtpc.pp, in smtp_perform_mail() [all …]
|
D | pop3.c | 336 result = Curl_pp_sendf(data, &pop3c->pp, "%s", "CAPA"); in pop3_perform_capa() 354 CURLcode result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "%s", "STLS"); in pop3_perform_starttls() 410 result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "USER %s", in pop3_perform_user() 461 result = Curl_pp_sendf(data, &pop3c->pp, "APOP %s %s", conn->user, secret); in pop3_perform_apop() 487 result = Curl_pp_sendf(data, &pop3c->pp, "AUTH %s %s", mech, initresp); in pop3_perform_auth() 491 result = Curl_pp_sendf(data, &pop3c->pp, "AUTH %s", mech); in pop3_perform_auth() 509 return Curl_pp_sendf(data, &pop3c->pp, "%s", resp); in pop3_continue_auth() 589 result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "%s %s", in pop3_perform_command() 593 result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "%s", in pop3_perform_command() 613 CURLcode result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "%s", "QUIT"); in pop3_perform_quit() [all …]
|
D | pingpong.h | 112 CURLcode Curl_pp_sendf(struct Curl_easy *data,
|
D | pingpong.c | 248 CURLcode Curl_pp_sendf(struct Curl_easy *data, struct pingpong *pp, in Curl_pp_sendf() function
|
D | imap.c | 571 return Curl_pp_sendf(data, &imapc->pp, "%s", resp); in imap_continue_authenticate() 1502 result = Curl_pp_sendf(data, &conn->proto.imapc.pp, "%s", ""); in imap_done()
|