Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_sasl.c151 unsigned int mechbit; in Curl_sasl_parse_url_auth_option() local
165 mechbit = Curl_sasl_decode_mech(value, len, &mechlen); in Curl_sasl_parse_url_auth_option()
166 if(mechbit && mechlen == len) in Curl_sasl_parse_url_auth_option()
167 sasl->prefmech |= mechbit; in Curl_sasl_parse_url_auth_option()
Dpop3.c736 unsigned int mechbit; in pop3_state_capa_resp() local
756 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in pop3_state_capa_resp()
757 if(mechbit && llen == wordlen) in pop3_state_capa_resp()
758 pop3c->sasl.authmechs |= mechbit; in pop3_state_capa_resp()
Dsmtp.c753 unsigned int mechbit; in smtp_state_ehlo_resp() local
773 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in smtp_state_ehlo_resp()
774 if(mechbit && llen == wordlen) in smtp_state_ehlo_resp()
775 smtpc->sasl.authmechs |= mechbit; in smtp_state_ehlo_resp()
Dimap.c907 unsigned int mechbit; in imap_state_capability_resp() local
913 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in imap_state_capability_resp()
914 if(mechbit && llen == wordlen) in imap_state_capability_resp()
915 imapc->sasl.authmechs |= mechbit; in imap_state_capability_resp()