Home
last modified time | relevance | path

Searched defs:pop3code (Results 1 – 1 of 1) sorted by relevance

/third_party/curl/lib/
Dpop3.c623 int pop3code, in pop3_state_servergreet_resp()
682 static CURLcode pop3_state_capa_resp(struct Curl_easy *data, int pop3code, in pop3_state_capa_resp()
769 int pop3code, in pop3_state_starttls_resp()
795 int pop3code, in pop3_state_auth_resp()
835 static CURLcode pop3_state_apop_resp(struct Curl_easy *data, int pop3code, in pop3_state_apop_resp()
854 static CURLcode pop3_state_user_resp(struct Curl_easy *data, int pop3code, in pop3_state_user_resp()
876 static CURLcode pop3_state_pass_resp(struct Curl_easy *data, int pop3code, in pop3_state_pass_resp()
895 int pop3code, in pop3_state_command_resp()
955 int pop3code; in pop3_statemachine() local