Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.c605 int pop3code, in pop3_state_servergreet_resp()
664 static CURLcode pop3_state_capa_resp(struct connectdata *conn, int pop3code, in pop3_state_capa_resp()
755 int pop3code, in pop3_state_starttls_resp()
779 int pop3code, in pop3_state_auth_resp()
819 static CURLcode pop3_state_apop_resp(struct connectdata *conn, int pop3code, in pop3_state_apop_resp()
840 static CURLcode pop3_state_user_resp(struct connectdata *conn, int pop3code, in pop3_state_user_resp()
863 static CURLcode pop3_state_pass_resp(struct connectdata *conn, int pop3code, in pop3_state_pass_resp()
884 int pop3code, in pop3_state_command_resp()
943 int pop3code; in pop3_statemach_act() local