Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.c199 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_endofresp() local
282 struct pop3_conn *pop3c = &conn->proto.pop3c; in state() local
318 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_capa() local
361 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_upgrade_tls() local
416 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_apop() local
469 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_auth() local
492 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_continue_auth() local
508 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_authentication() local
613 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_state_servergreet_resp() local
672 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_state_capa_resp() local
[all …]
Durldata.h1005 struct pop3_conn pop3c; member