Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_sasl.c157 sasl->prefmech = SASL_AUTH_NONE; in Curl_sasl_parse_url_auth_option()
161 sasl->prefmech = SASL_AUTH_DEFAULT; in Curl_sasl_parse_url_auth_option()
165 sasl->prefmech |= mechbit; in Curl_sasl_parse_url_auth_option()
183 sasl->prefmech = SASL_AUTH_DEFAULT; /* Prefer all mechanisms */ in Curl_sasl_init()
243 if(sasl->authmechs & sasl->prefmech & SASL_MECH_EXTERNAL) in Curl_sasl_can_authenticate()
276 enabledmechs = sasl->authmechs & sasl->prefmech; in Curl_sasl_start()
Dcurl_sasl.h105 unsigned int prefmech; /* Preferred authentication mechanism */ member
Dpop3.c1419 pop3c->sasl.prefmech = SASL_AUTH_NONE; in pop3_parse_url_options()
1431 switch(pop3c->sasl.prefmech) { in pop3_parse_url_options()
Dimap.c1947 switch(imapc->sasl.prefmech) { in imap_parse_url_options()