Searched refs:foundUser (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.h18 bool* cancelled, char* foundUser,
H A DAuthenticationServer.cpp80 const char* foundUser = NULL; local
82 if (reply.FindString("user", &foundUser) != B_OK
88 if (foundUserSize <= (int32)strlen(foundUser))
90 strcpy(_foundUser, foundUser);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp341 HashString foundUser; local
344 &foundUser, &foundPassword)) {
346 error, false, foundUser.GetString(), foundPassword.GetString());

Completed in 37 milliseconds