Searched refs:prefmech (Results 1 – 4 of 4) sorted by relevance
171 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()
112 unsigned short prefmech; /* Preferred authentication mechanism */ member
1367 pop3c->sasl.prefmech = SASL_AUTH_NONE; in pop3_parse_url_options()1379 switch(pop3c->sasl.prefmech) { in pop3_parse_url_options()
1939 switch(imapc->sasl.prefmech) { in imap_parse_url_options()