Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_sasl.c177 unsigned short mechbit = Curl_sasl_decode_mech(value, len, &mechlen); in Curl_sasl_parse_url_auth_option() local
178 if(mechbit && mechlen == len) in Curl_sasl_parse_url_auth_option()
179 sasl->prefmech |= mechbit; in Curl_sasl_parse_url_auth_option()
H A Dpop3.c731 unsigned short mechbit; in pop3_state_capa_resp() local
751 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in pop3_state_capa_resp()
752 if(mechbit && llen == wordlen) in pop3_state_capa_resp()
753 pop3c->sasl.authmechs |= mechbit; in pop3_state_capa_resp()
H A Dsmtp.c930 unsigned short mechbit; in smtp_state_ehlo_resp() local
950 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in smtp_state_ehlo_resp()
951 if(mechbit && llen == wordlen) in smtp_state_ehlo_resp()
952 smtpc->sasl.authmechs |= mechbit; in smtp_state_ehlo_resp()
H A Dimap.c944 unsigned short mechbit; in imap_state_capability_resp() local
950 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in imap_state_capability_resp()
951 if(mechbit && llen == wordlen) in imap_state_capability_resp()
952 imapc->sasl.authmechs |= mechbit; in imap_state_capability_resp()

Completed in 69 milliseconds