Lines Matching refs:share
145 status_t SetAuthentication(const char* share, const char* user, in SetAuthentication() argument
150 Authentication* authentication = fAuthentications.Get(share); in SetAuthentication()
159 error = fAuthentications.Put(share, authentication); in SetAuthentication()
165 Authentication* GetAuthentication(const char* share) const in GetAuthentication()
167 return fAuthentications.Get(share); in GetAuthentication()
187 const char* context, const char* server, const char* share, in UserDialogTask() argument
194 fShare(share), in UserDialogTask()
333 const char* share = NULL; in _RequestThread() local
337 request.FindString("share", &share); in _RequestThread()
339 if (!context || !server || !share) in _RequestThread()
343 if (!badPassword && _GetAuthentication(context, server, share, in _RequestThread()
350 context, server, share, badPassword, request.ReplyPort(), in _RequestThread()
374 const char* server, const char* share, HashString* user, in _GetAuthentication() argument
387 if (share) { in _GetAuthentication()
388 serverEntry->GetAuthentication(share); in _GetAuthentication()
402 const char* server, const char* share, const char* user, in _AddAuthentication() argument
421 status_t error = serverEntry->SetAuthentication(share, user, password); in _AddAuthentication()