Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.c781 CURLcode result = Curl_pp_sendf(data, in ftp_state_user()
795 CURLcode result = Curl_pp_sendf(data, &conn->proto.ftpc.pp, "%s", "PWD"); in ftp_state_pwd()
873 result = Curl_pp_sendf(data, &ftpc->pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd()
882 result = Curl_pp_sendf(data, &ftpc->pp, "CWD %s", in ftp_state_cwd()
1220 result = Curl_pp_sendf(data, &ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port()
1248 result = Curl_pp_sendf(data, &ftpc->pp, "%s %s", mode[fcmd], target); in ftp_state_use_port()
1309 result = Curl_pp_sendf(data, &ftpc->pp, "%s", mode[modeoff]); in ftp_state_use_pasv()
1349 result = Curl_pp_sendf(data, &ftpc->pp, "PRET %s", in ftp_state_prepare_transfer()
1354 result = Curl_pp_sendf(data, &ftpc->pp, "PRET STOR %s", in ftp_state_prepare_transfer()
1357 result = Curl_pp_sendf(data, &ftpc->pp, "PRET RETR %s", in ftp_state_prepare_transfer()
[all …]
Dsmtp.c338 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()
441 result = Curl_pp_sendf(data, &smtpc->pp, "AUTH %s %s", mech, ir); in smtp_perform_auth()
445 result = Curl_pp_sendf(data, &smtpc->pp, "AUTH %s", mech); in smtp_perform_auth()
465 return Curl_pp_sendf(data, &smtpc->pp, in smtp_continue_auth()
481 return Curl_pp_sendf(data, &smtpc->pp, "*"); in smtp_cancel_auth()
560 result = Curl_pp_sendf(data, &conn->proto.smtpc.pp, "VRFY %s%s%s%s", in smtp_perform_command()
576 result = Curl_pp_sendf(data, &conn->proto.smtpc.pp, in smtp_perform_command()
584 result = Curl_pp_sendf(data, &conn->proto.smtpc.pp, "%s", in smtp_perform_command()
[all …]
Dpop3.c335 result = Curl_pp_sendf(data, &pop3c->pp, "%s", "CAPA"); in pop3_perform_capa()
353 CURLcode result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "%s", "STLS"); in pop3_perform_starttls()
417 result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "USER %s", in pop3_perform_user()
468 result = Curl_pp_sendf(data, &pop3c->pp, "APOP %s %s", conn->user, secret); in pop3_perform_apop()
494 result = Curl_pp_sendf(data, &pop3c->pp, "AUTH %s %s", mech, ir); in pop3_perform_auth()
498 result = Curl_pp_sendf(data, &pop3c->pp, "AUTH %s", mech); in pop3_perform_auth()
518 return Curl_pp_sendf(data, &pop3c->pp, in pop3_continue_auth()
534 return Curl_pp_sendf(data, &pop3c->pp, "*"); in pop3_cancel_auth()
614 result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "%s %s", in pop3_perform_command()
618 result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "%s", in pop3_perform_command()
[all …]
Dpingpong.h114 CURLcode Curl_pp_sendf(struct Curl_easy *data,
Dpingpong.c245 CURLcode Curl_pp_sendf(struct Curl_easy *data, struct pingpong *pp, in Curl_pp_sendf() function
Dimap.c579 return Curl_pp_sendf(data, &imapc->pp, in imap_continue_authenticate()
596 return Curl_pp_sendf(data, &imapc->pp, "*"); in imap_cancel_authenticate()
1522 result = Curl_pp_sendf(data, &conn->proto.imapc.pp, "%s", ""); in imap_done()