Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.c267 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_endofresp() local
349 struct pop3_conn *pop3c = &data->conn->proto.pop3c; in pop3_state() local
386 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_capa() local
429 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_upgrade_tls() local
494 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_apop() local
547 struct pop3_conn *pop3c = &data->conn->proto.pop3c; in pop3_perform_auth() local
572 struct pop3_conn *pop3c = &data->conn->proto.pop3c; in pop3_continue_auth() local
588 struct pop3_conn *pop3c = &data->conn->proto.pop3c; in pop3_cancel_auth() local
607 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_authentication() local
713 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_state_servergreet_resp() local
[all …]
Durldata.h901 struct pop3_conn pop3c; member