Searched refs:mechbit (Results 1 – 4 of 4) sorted by relevance
177 unsigned short mechbit = Curl_sasl_decode_mech(value, len, &mechlen); in Curl_sasl_parse_url_auth_option() local178 if(mechbit && mechlen == len) in Curl_sasl_parse_url_auth_option()179 sasl->prefmech |= mechbit; in Curl_sasl_parse_url_auth_option()
715 unsigned short mechbit; in pop3_state_capa_resp() local735 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in pop3_state_capa_resp()736 if(mechbit && llen == wordlen) in pop3_state_capa_resp()737 pop3c->sasl.authmechs |= mechbit; in pop3_state_capa_resp()
904 unsigned short mechbit; in smtp_state_ehlo_resp() local924 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in smtp_state_ehlo_resp()925 if(mechbit && llen == wordlen) in smtp_state_ehlo_resp()926 smtpc->sasl.authmechs |= mechbit; in smtp_state_ehlo_resp()
924 unsigned short mechbit; in imap_state_capability_resp() local930 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in imap_state_capability_resp()931 if(mechbit && llen == wordlen) in imap_state_capability_resp()932 imapc->sasl.authmechs |= mechbit; in imap_state_capability_resp()