Home
last modified time | relevance | path

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

/aosp_15_r20/external/curl/lib/
H A Dpop3.c265 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_endofresp() local
347 struct pop3_conn *pop3c = &data->conn->proto.pop3c; in pop3_state() local
384 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_capa() local
427 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_upgrade_tls() local
492 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_apop() local
545 struct pop3_conn *pop3c = &data->conn->proto.pop3c; in pop3_perform_auth() local
570 struct pop3_conn *pop3c = &data->conn->proto.pop3c; in pop3_continue_auth() local
586 struct pop3_conn *pop3c = &data->conn->proto.pop3c; in pop3_cancel_auth() local
605 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_authentication() local
711 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_state_servergreet_resp() local
[all …]
H A Durldata.h936 struct pop3_conn pop3c; member