Searched refs:pop3c (Results 1 – 2 of 2) sorted by relevance
199 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_endofresp() local209 if(pop3c->state == POP3_CAPA) { in pop3_endofresp()282 struct pop3_conn *pop3c = &conn->proto.pop3c; in state() local300 if(pop3c->state != newstate) in state()302 (void *)pop3c, names[pop3c->state], names[newstate]); in state()305 pop3c->state = newstate; in state()318 struct pop3_conn *pop3c = &conn->proto.pop3c; in pop3_perform_capa() local320 pop3c->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in pop3_perform_capa()321 pop3c->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in pop3_perform_capa()322 pop3c->tls_supported = FALSE; /* Clear the TLS capability */ in pop3_perform_capa()[all …]
985 struct pop3_conn pop3c; member