Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcurl_sasl.c171 sasl->prefmech = SASL_AUTH_NONE; in Curl_sasl_parse_url_auth_option()
175 sasl->prefmech = SASL_AUTH_DEFAULT; in Curl_sasl_parse_url_auth_option()
179 sasl->prefmech |= mechbit; in Curl_sasl_parse_url_auth_option()
197 sasl->prefmech = SASL_AUTH_DEFAULT; /* Prefer all mechanisms */ in Curl_sasl_init()
301 if(sasl->authmechs & sasl->prefmech & SASL_MECH_EXTERNAL) in Curl_sasl_can_authenticate()
336 enabledmechs = sasl->authmechs & sasl->prefmech; in Curl_sasl_start()
Dcurl_sasl.h112 unsigned short prefmech; /* Preferred authentication mechanism */ member
Dpop3.c1367 pop3c->sasl.prefmech = SASL_AUTH_NONE; in pop3_parse_url_options()
1379 switch(pop3c->sasl.prefmech) { in pop3_parse_url_options()
Dimap.c1939 switch(imapc->sasl.prefmech) { in imap_parse_url_options()