Searched refs:foundPassword (Results 1 – 3 of 3) sorted by relevance
81 const char* foundPassword = NULL; in GetAuthentication() local83 || reply.FindString("password", &foundPassword) != B_OK) { in GetAuthentication()93 if (foundPasswordSize <= (int32)strlen(foundPassword)) in GetAuthentication()95 strcpy(_foundPassword, foundPassword); in GetAuthentication()
19 int32 foundUserSize, char* foundPassword,
342 HashString foundPassword; in _RequestThread() local344 &foundUser, &foundPassword)) { in _RequestThread()346 error, false, foundUser.GetString(), foundPassword.GetString()); in _RequestThread()