Searched refs:mechbit (Results 1 – 4 of 4) sorted by relevance
162 unsigned int mechbit = Curl_sasl_decode_mech(value, len, &mechlen); in Curl_sasl_parse_url_auth_option() local163 if(mechbit && mechlen == len) in Curl_sasl_parse_url_auth_option()164 sasl->prefmech |= mechbit; in Curl_sasl_parse_url_auth_option()
700 unsigned int mechbit; in pop3_state_capa_resp() local720 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in pop3_state_capa_resp()721 if(mechbit && llen == wordlen) in pop3_state_capa_resp()722 pop3c->sasl.authmechs |= mechbit; in pop3_state_capa_resp()
746 unsigned int mechbit; in smtp_state_ehlo_resp() local766 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in smtp_state_ehlo_resp()767 if(mechbit && llen == wordlen) in smtp_state_ehlo_resp()768 smtpc->sasl.authmechs |= mechbit; in smtp_state_ehlo_resp()
911 unsigned int mechbit; in imap_state_capability_resp() local917 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in imap_state_capability_resp()918 if(mechbit && llen == wordlen) in imap_state_capability_resp()919 imapc->sasl.authmechs |= mechbit; in imap_state_capability_resp()