Lines Matching defs:mech
106 static CURLcode oldap_perform_auth(struct Curl_easy *data, const char *mech,
108 static CURLcode oldap_continue_auth(struct Curl_easy *data, const char *mech,
110 static CURLcode oldap_cancel_auth(struct Curl_easy *data, const char *mech);
347 static CURLcode oldap_perform_auth(struct Curl_easy *data, const char *mech,
361 rc = ldap_sasl_bind(li->ld, NULL, mech, pcred, NULL, NULL, &li->msgid);
370 static CURLcode oldap_continue_auth(struct Curl_easy *data, const char *mech,
384 rc = ldap_sasl_bind(li->ld, NULL, mech, pcred, NULL, NULL, &li->msgid);
393 static CURLcode oldap_cancel_auth(struct Curl_easy *data, const char *mech)
400 (void)mech;
633 unsigned short mech = Curl_sasl_decode_mech((char *) bvals[i].bv_val,
636 li->sasl.authmechs |= mech;