Searched refs:cancelled (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.h18 bool* cancelled, char* foundUser,
H A DAuthenticationServer.cpp71 // cancelled
72 bool cancelled = false;
73 if (reply.FindBool("cancelled", &cancelled) != B_OK)
76 *_cancelled = cancelled;
77 if (cancelled)
H A DShareVolume.cpp3060 bool cancelled; local
3064 &cancelled, user, sizeof(user), password, sizeof(password));
3065 if (cancelled || error != B_OK)
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.h29 status_t error, bool cancelled,
H A DAuthenticationServer.cpp210 bool cancelled = false; local
216 cancelled = fPanel->GetAuthentication(fServer.GetString(),
226 } else if (cancelled) {
434 status_t error, bool cancelled, const char* user, const char* password)
440 reply.AddBool("cancelled", cancelled);
441 if (!cancelled) {
433 _SendRequestReply(port_id port, int32 token, status_t error, bool cancelled, const char* user, const char* password) argument

Completed in 52 milliseconds