Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.c201 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_endofresp() local
284 struct pop3_conn *pop3c = &conn->proto.pop3c; in state() local
320 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
415 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_apop() local
468 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_auth() local
491 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_continue_auth() local
507 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_authentication() local
610 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_state_servergreet_resp() local
669 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_state_capa_resp() local
[all …]
Durldata.h1066 struct pop3_conn pop3c; member