Home
last modified time | relevance | path

Searched refs:_foundPassword (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp36 char* _foundPassword, int32 foundPasswordSize) in GetAuthentication() argument
39 if (!context || !server || !share || !_foundPassword) in GetAuthentication()
92 if (_foundPassword) { in GetAuthentication()
95 strcpy(_foundPassword, foundPassword); in GetAuthentication()