Home
last modified time | relevance | path

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

/external/curl/lib/
Dsmtp.c198 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_endofresp() local
219 (smtpc->state == SMTP_EHLO || smtpc->state == SMTP_COMMAND)) { in smtp_endofresp()
271 struct smtp_conn *smtpc = &conn->proto.smtpc; in state() local
291 if(smtpc->state != newstate) in state()
293 (void *)smtpc, names[smtpc->state], names[newstate]); in state()
296 smtpc->state = newstate; in state()
309 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_perform_ehlo() local
311 smtpc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanism yet */ in smtp_perform_ehlo()
312 smtpc->sasl.authused = SASL_AUTH_NONE; /* Clear the authentication mechanism in smtp_perform_ehlo()
314 smtpc->tls_supported = FALSE; /* Clear the TLS capability */ in smtp_perform_ehlo()
[all …]
Durldata.h986 struct smtp_conn smtpc; member