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