Searched refs:Curl_pp_sendf (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | ftp.c | 770 CURLcode result = Curl_pp_sendf(&conn->proto.ftpc.pp, "USER %s", in ftp_state_user() 781 CURLcode result = Curl_pp_sendf(&conn->proto.ftpc.pp, "%s", "PWD"); in ftp_state_pwd() 873 result = Curl_pp_sendf(&ftpc->pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd() 882 result = Curl_pp_sendf(&ftpc->pp, "CWD %s", in ftp_state_cwd() 1222 result = Curl_pp_sendf(&ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port() 1255 result = Curl_pp_sendf(&ftpc->pp, "%s %s", mode[fcmd], target); in ftp_state_use_port() 1321 result = Curl_pp_sendf(&ftpc->pp, "%s", mode[modeoff]); in ftp_state_use_pasv() 1361 result = Curl_pp_sendf(&ftpc->pp, "PRET %s", in ftp_state_prepare_transfer() 1366 result = Curl_pp_sendf(&ftpc->pp, "PRET STOR %s", in ftp_state_prepare_transfer() 1369 result = Curl_pp_sendf(&ftpc->pp, "PRET RETR %s", in ftp_state_prepare_transfer() [all …]
|
D | smtp.c | 329 result = Curl_pp_sendf(&smtpc->pp, "EHLO %s", smtpc->domain); in smtp_perform_ehlo() 352 result = Curl_pp_sendf(&smtpc->pp, "HELO %s", smtpc->domain); in smtp_perform_helo() 369 CURLcode result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", "STARTTLS"); in smtp_perform_starttls() 419 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s %s", mech, initresp); in smtp_perform_auth() 423 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s", mech); in smtp_perform_auth() 439 return Curl_pp_sendf(&smtpc->pp, "%s", resp); in smtp_continue_auth() 517 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "VRFY %s%s%s%s", in smtp_perform_command() 533 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s %s%s", smtp->custom, in smtp_perform_command() 540 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", in smtp_perform_command() 715 result = Curl_pp_sendf(&conn->proto.smtpc.pp, in smtp_perform_mail() [all …]
|
D | pop3.c | 327 result = Curl_pp_sendf(&pop3c->pp, "%s", "CAPA"); in pop3_perform_capa() 344 CURLcode result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", "STLS"); in pop3_perform_starttls() 397 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "USER %s", in pop3_perform_user() 447 result = Curl_pp_sendf(&pop3c->pp, "APOP %s %s", conn->user, secret); in pop3_perform_apop() 472 result = Curl_pp_sendf(&pop3c->pp, "AUTH %s %s", mech, initresp); in pop3_perform_auth() 476 result = Curl_pp_sendf(&pop3c->pp, "AUTH %s", mech); in pop3_perform_auth() 493 return Curl_pp_sendf(&pop3c->pp, "%s", resp); in pop3_continue_auth() 572 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s %s", in pop3_perform_command() 576 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", in pop3_perform_command() 595 CURLcode result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", "QUIT"); in pop3_perform_quit() [all …]
|
D | pingpong.h | 108 CURLcode Curl_pp_sendf(struct pingpong *pp,
|
D | pingpong.c | 250 CURLcode Curl_pp_sendf(struct pingpong *pp, in Curl_pp_sendf() function
|
D | imap.c | 556 return Curl_pp_sendf(&imapc->pp, "%s", resp); in imap_continue_authenticate() 1487 result = Curl_pp_sendf(&conn->proto.imapc.pp, "%s", ""); in imap_done()
|