Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.c652 int pop3code, in pop3_state_servergreet_resp()
703 static CURLcode pop3_state_capa_resp(struct connectdata *conn, int pop3code, in pop3_state_capa_resp()
794 int pop3code, in pop3_state_starttls_resp()
818 int pop3code, in pop3_state_auth_resp()
858 static CURLcode pop3_state_apop_resp(struct connectdata *conn, int pop3code, in pop3_state_apop_resp()
879 static CURLcode pop3_state_user_resp(struct connectdata *conn, int pop3code, in pop3_state_user_resp()
902 static CURLcode pop3_state_pass_resp(struct connectdata *conn, int pop3code, in pop3_state_pass_resp()
923 int pop3code, in pop3_state_command_resp()
982 int pop3code; in pop3_statemach_act() local