Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dsmtp.c212 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_endofresp() local
290 struct smtp_conn *smtpc = &data->conn->proto.smtpc; in state() local
329 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_perform_ehlo() local
356 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_perform_helo() local
399 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_perform_upgrade_tls() local
430 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_perform_auth() local
453 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_continue_auth() local
469 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_perform_authentication() local
862 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_state_ehlo_resp() local
984 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_state_auth_resp() local
[all …]
Durldata.h1097 struct smtp_conn smtpc; member