Lines Matching refs:Curl_pp_sendf
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()
857 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "PASS %s", in pop3_state_user_resp()