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

/haiku/src/tests/servers/registrar/
H A DFakeAuthenticationManager.h35 BPrivate::KMessage* fShadowPwdDBReply; member in class:AuthenticationManager
/haiku/src/servers/registrar/
H A DAuthenticationManager.h49 BPrivate::KMessage* fShadowPwdDBReply; member in class:AuthenticationManager
H A DAuthenticationManager.cpp719 fShadowPwdDBReply(NULL)
734 delete fShadowPwdDBReply;
745 fShadowPwdDBReply = new(std::nothrow) KMessage(1);
748 || fGroupDBReply == NULL || fShadowPwdDBReply == NULL) {
873 if (error == B_OK && fShadowPwdDBReply->What() == 1) {
876 if (fShadowPwdDBReply->AddInt32("count", count) != B_OK
877 || fShadowPwdDBReply->AddData("entries", B_RAW_TYPE,
883 fShadowPwdDBReply->SetWhat(0);
890 message.SendReply(fShadowPwdDBReply, -1, -1, 0,
1402 fShadowPwdDBReply
[all...]

Completed in 89 milliseconds