Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dsmtp.c211 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_endofresp() local
237 (smtpc->state == SMTP_EHLO || smtpc->state == SMTP_COMMAND)) { in smtp_endofresp()
287 struct smtp_conn *smtpc = &data->conn->proto.smtpc; in smtp_state() local
307 if(smtpc->state != newstate) in smtp_state()
309 (void *)smtpc, names[smtpc->state], names[newstate]); in smtp_state()
312 smtpc->state = newstate; in smtp_state()
326 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_perform_ehlo() local
328 smtpc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanism yet */ in smtp_perform_ehlo()
329 smtpc->sasl.authused = SASL_AUTH_NONE; /* Clear the authentication mechanism in smtp_perform_ehlo()
331 smtpc->tls_supported = FALSE; /* Clear the TLS capability */ in smtp_perform_ehlo()
[all …]
Durldata.h1030 struct smtp_conn smtpc; member