Searched refs:Curl_pp_sendf (Results 1 – 6 of 6) sorted by relevance
/curl/lib/ |
H A D | ftp.c | 732 CURLcode result = Curl_pp_sendf(data, in ftp_state_user() 827 result = Curl_pp_sendf(data, &ftpc->pp, "CWD %s", in ftp_state_cwd() 1298 result = Curl_pp_sendf(data, &ftpc->pp, "PRET %s", in ftp_state_prepare_transfer() 1329 result = Curl_pp_sendf(data, &ftpc->pp, "REST %d", 0); in ftp_state_rest() 1647 result = Curl_pp_sendf(data, &ftpc->pp, "%s", cmd); in ftp_state_quote() 2584 result = Curl_pp_sendf(data, &ftpc->pp, "PASS %s", in ftp_state_user_resp() 2596 result = Curl_pp_sendf(data, &ftpc->pp, "ACCT %s", in ftp_state_user_resp() 2616 Curl_pp_sendf(data, &ftpc->pp, "%s", in ftp_state_user_resp() 2786 Curl_pp_sendf(data, &ftpc->pp, "PROT %c", in ftp_statemachine() 3037 result = Curl_pp_sendf(data, &ftpc->pp, "CWD %s", in ftp_statemachine() [all …]
|
H A 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() 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() 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() 757 result = Curl_pp_sendf(data, &conn->proto.smtpc.pp, in smtp_perform_mail() [all …]
|
H A D | pop3.c | 391 result = Curl_pp_sendf(data, &pop3c->pp, "%s", "CAPA"); in pop3_perform_capa() 409 CURLcode result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "%s", "STLS"); in pop3_perform_starttls() 473 result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "USER %s", in pop3_perform_user() 524 result = Curl_pp_sendf(data, &pop3c->pp, "APOP %s %s", conn->user, secret); in pop3_perform_apop() 550 result = Curl_pp_sendf(data, &pop3c->pp, "AUTH %s %s", mech, ir); in pop3_perform_auth() 554 result = Curl_pp_sendf(data, &pop3c->pp, "AUTH %s", mech); in pop3_perform_auth() 574 return Curl_pp_sendf(data, &pop3c->pp, in pop3_continue_auth() 590 return Curl_pp_sendf(data, &pop3c->pp, "*"); in pop3_cancel_auth() 673 result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "%s %s", in pop3_perform_command() 676 result = Curl_pp_sendf(data, &conn->proto.pop3c.pp, "%s", command); in pop3_perform_command() [all …]
|
H A D | pingpong.h | 110 CURLcode Curl_pp_sendf(struct Curl_easy *data,
|
H A D | pingpong.c | 243 CURLcode Curl_pp_sendf(struct Curl_easy *data, struct pingpong *pp, in Curl_pp_sendf() function
|
H A D | imap.c | 579 return Curl_pp_sendf(data, &imapc->pp, in imap_continue_authenticate() 596 return Curl_pp_sendf(data, &imapc->pp, "*"); in imap_cancel_authenticate() 1523 result = Curl_pp_sendf(data, &conn->proto.imapc.pp, "%s", ""); in imap_done()
|
Completed in 31 milliseconds