Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dpop3.c206 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_endofresp() local
217 if(pop3c->state == POP3_CAPA) { in pop3_endofresp()
288 struct pop3_conn *pop3c = &data->conn->proto.pop3c; in pop3_state() local
306 if(pop3c->state != newstate) in pop3_state()
308 (void *)pop3c, names[pop3c->state], names[newstate]); in pop3_state()
311 pop3c->state = newstate; in pop3_state()
325 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_capa() local
327 pop3c->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in pop3_perform_capa()
328 pop3c->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in pop3_perform_capa()
329 pop3c->tls_supported = FALSE; /* Clear the TLS capability */ in pop3_perform_capa()
[all …]
Durldata.h1027 struct pop3_conn pop3c; member