Lines Matching refs:pop3_conn
201 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_endofresp()
284 struct pop3_conn *pop3c = &conn->proto.pop3c; in state()
320 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_capa()
361 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_upgrade_tls()
415 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_apop()
468 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_auth()
491 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_continue_auth()
507 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_authentication()
610 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_state_servergreet_resp()
669 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_state_capa_resp()
784 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_state_auth_resp()
890 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_state_command_resp()
944 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_statemach_act()
1017 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_multi_statemach()
1035 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_block_statemach()
1077 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_connect()
1226 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_disconnect()
1332 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_parse_url_options()
1433 struct pop3_conn *pop3c = &conn->proto.pop3c; in Curl_pop3_write()