Lines Matching defs:passwd
222 const char *passwd, unsigned long authflags)
252 if(method && user && passwd) {
253 rc = Curl_create_sspi_identity(user, passwd, &cred);
269 const char *user, const char *passwd)
276 if(user && passwd && (data->set.httpauth & CURLAUTH_BASIC)) {
278 inpass = curlx_convert_UTF8_to_tchar((char *) passwd);
287 rc = ldap_win_bind_auth(server, user, passwd, data->set.httpauth);
325 char *passwd = NULL;
362 passwd = conn->passwd;
512 rc = ldap_win_bind(data, server, user, passwd);
514 rc = ldap_simple_bind_s(server, user, passwd);
520 rc = ldap_win_bind(data, server, user, passwd);
522 rc = ldap_simple_bind_s(server, user, passwd);