Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_sasl.c1280 sasl->prefmech = SASL_AUTH_NONE; in Curl_sasl_parse_url_auth_option()
1284 sasl->prefmech = SASL_AUTH_DEFAULT; in Curl_sasl_parse_url_auth_option()
1287 sasl->prefmech |= mechbit; in Curl_sasl_parse_url_auth_option()
1304 sasl->prefmech = SASL_AUTH_DEFAULT; /* Prefer all mechanisms */ in Curl_sasl_init()
1363 if(sasl->authmechs & sasl->prefmech & SASL_MECH_EXTERNAL) in Curl_sasl_can_authenticate()
1388 enabledmechs = sasl->authmechs & sasl->prefmech; in Curl_sasl_start()
Dcurl_sasl.h125 unsigned int prefmech; /* Preferred authentication mechanism */ member
Dpop3.c1409 pop3c->sasl.prefmech = SASL_AUTH_NONE; in pop3_parse_url_options()
1421 switch(pop3c->sasl.prefmech) { in pop3_parse_url_options()
Dimap.c1958 switch(imapc->sasl.prefmech) { in imap_parse_url_options()