Searched refs:authmechs (Results 1 – 5 of 5) sorted by relevance
196 sasl->authmechs = SASL_AUTH_NONE; /* No known authentication mechanism yet */ in Curl_sasl_init()301 if(sasl->authmechs & sasl->prefmech & SASL_MECH_EXTERNAL) in Curl_sasl_can_authenticate()336 enabledmechs = sasl->authmechs & sasl->prefmech; in Curl_sasl_start()687 sasl->authmechs ^= sasl->authused; in Curl_sasl_continue()
111 unsigned short authmechs; /* Accepted authentication mechanisms */ member
331 pop3c->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in pop3_perform_capa()737 pop3c->sasl.authmechs |= mechbit; in pop3_state_capa_resp()
331 smtpc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanism yet */ in smtp_perform_ehlo()926 smtpc->sasl.authmechs |= mechbit; in smtp_state_ehlo_resp()
436 imapc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in imap_perform_capability()932 imapc->sasl.authmechs |= mechbit; in imap_state_capability_resp()