Searched refs:mechbit (Results 1 – 4 of 4) sorted by relevance
724 unsigned int mechbit; in pop3_state_capa_resp() local744 if((mechbit = Curl_sasl_decode_mech(line, wordlen, &llen)) && in pop3_state_capa_resp()746 pop3c->sasl.authmechs |= mechbit; in pop3_state_capa_resp()
1272 unsigned int mechbit; in Curl_sasl_parse_url_auth_option() local1285 else if((mechbit = Curl_sasl_decode_mech(value, len, &mechlen)) && in Curl_sasl_parse_url_auth_option()1287 sasl->prefmech |= mechbit; in Curl_sasl_parse_url_auth_option()
749 unsigned int mechbit; in smtp_state_ehlo_resp() local769 if((mechbit = Curl_sasl_decode_mech(line, wordlen, &llen)) && in smtp_state_ehlo_resp()771 smtpc->sasl.authmechs |= mechbit; in smtp_state_ehlo_resp()
903 unsigned int mechbit; in imap_state_capability_resp() local909 if((mechbit = Curl_sasl_decode_mech(line, wordlen, &llen)) && in imap_state_capability_resp()911 imapc->sasl.authmechs |= mechbit; in imap_state_capability_resp()