Searched refs:authmechs (Results 1 – 6 of 6) sorted by relevance
125 unsigned short authmechs; /* Accepted authentication mechanisms */ member
200 sasl->authmechs = SASL_AUTH_NONE; /* No known authentication mechanism yet */ in Curl_sasl_init()332 if(sasl->authmechs & sasl->prefmech & SASL_MECH_EXTERNAL) in Curl_sasl_can_authenticate()368 enabledmechs = sasl->authmechs & sasl->prefmech; in Curl_sasl_start()725 sasl->authmechs ^= sasl->authused; in Curl_sasl_continue()
386 pop3c->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in pop3_perform_capa()811 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()952 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()951 imapc->sasl.authmechs |= mechbit; in imap_state_capability_resp()
627 li->sasl.authmechs |= mech; in oldap_state_mechs_resp()
Completed in 21 milliseconds