Home
last modified time | relevance | path

Searched refs:mechbit (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dpop3.c724 unsigned int mechbit; in pop3_state_capa_resp() local
744 if((mechbit = Curl_sasl_decode_mech(line, wordlen, &llen)) && in pop3_state_capa_resp()
746 pop3c->sasl.authmechs |= mechbit; in pop3_state_capa_resp()
Dcurl_sasl.c1272 unsigned int mechbit; in Curl_sasl_parse_url_auth_option() local
1285 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()
Dsmtp.c749 unsigned int mechbit; in smtp_state_ehlo_resp() local
769 if((mechbit = Curl_sasl_decode_mech(line, wordlen, &llen)) && in smtp_state_ehlo_resp()
771 smtpc->sasl.authmechs |= mechbit; in smtp_state_ehlo_resp()
Dimap.c903 unsigned int mechbit; in imap_state_capability_resp() local
909 if((mechbit = Curl_sasl_decode_mech(line, wordlen, &llen)) && in imap_state_capability_resp()
911 imapc->sasl.authmechs |= mechbit; in imap_state_capability_resp()