Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.c640 int pop3code, in pop3_state_servergreet_resp()
691 static CURLcode pop3_state_capa_resp(struct connectdata *conn, int pop3code, in pop3_state_capa_resp()
782 int pop3code, in pop3_state_starttls_resp()
806 int pop3code, in pop3_state_auth_resp()
846 static CURLcode pop3_state_apop_resp(struct connectdata *conn, int pop3code, in pop3_state_apop_resp()
867 static CURLcode pop3_state_user_resp(struct connectdata *conn, int pop3code, in pop3_state_user_resp()
890 static CURLcode pop3_state_pass_resp(struct connectdata *conn, int pop3code, in pop3_state_pass_resp()
911 int pop3code, in pop3_state_command_resp()
970 int pop3code; in pop3_statemach_act() local