Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_sasl.c156 sasl->prefmech = SASL_AUTH_NONE; in Curl_sasl_parse_url_auth_option()
160 sasl->prefmech = SASL_AUTH_DEFAULT; in Curl_sasl_parse_url_auth_option()
164 sasl->prefmech |= mechbit; in Curl_sasl_parse_url_auth_option()
182 sasl->prefmech = SASL_AUTH_DEFAULT; /* Prefer all mechanisms */ in Curl_sasl_init()
242 if(sasl->authmechs & sasl->prefmech & SASL_MECH_EXTERNAL) in Curl_sasl_can_authenticate()
275 enabledmechs = sasl->authmechs & sasl->prefmech; in Curl_sasl_start()
Dcurl_sasl.h105 unsigned int prefmech; /* Preferred authentication mechanism */ member
Dpop3.c1358 pop3c->sasl.prefmech = SASL_AUTH_NONE; in pop3_parse_url_options()
1370 switch(pop3c->sasl.prefmech) { in pop3_parse_url_options()
Dimap.c1932 switch(imapc->sasl.prefmech) { in imap_parse_url_options()