Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.c608 int pop3code, in pop3_state_servergreet_resp()
667 static CURLcode pop3_state_capa_resp(struct connectdata *conn, int pop3code, in pop3_state_capa_resp()
758 int pop3code, in pop3_state_starttls_resp()
782 int pop3code, in pop3_state_auth_resp()
822 static CURLcode pop3_state_apop_resp(struct connectdata *conn, int pop3code, in pop3_state_apop_resp()
843 static CURLcode pop3_state_user_resp(struct connectdata *conn, int pop3code, in pop3_state_user_resp()
866 static CURLcode pop3_state_pass_resp(struct connectdata *conn, int pop3code, in pop3_state_pass_resp()
887 int pop3code, in pop3_state_command_resp()
946 int pop3code; in pop3_statemach_act() local