Searched refs:fReply (Results 1 – 10 of 10) sorted by relevance
110 fReply(reply) in ReplyInterpreter()121 delete fReply; in ~ReplyInterpreter()130 fNFS4Error = fReply->Stream().GetUInt(); in _ParseHeader()131 fReply->Stream().GetOpaque(NULL); in _ParseHeader()132 fReply->Stream().GetUInt(); in _ParseHeader()145 uint32 support = fReply->Stream().GetUInt(); in Access()146 uint32 allow = fReply->Stream().GetUInt(); in Access()153 return ProcessStream(fReply, __func__); in Access()166 fReply->Stream().GetUInt(); in Close()167 fReply->Stream().GetUInt(); in Close()[all …]
20 fReply(RPC::CallbackReply::Create(xid)) in ReplyBuilder()28 delete fReply; in ~ReplyBuilder()35 fStatusPosition = fReply->Stream().Current(); in _InitHeader()36 fReply->Stream().AddUInt(0); in _InitHeader()38 fReply->Stream().AddOpaque(NULL, 0); in _InitHeader()40 fOpCountPosition = fReply->Stream().Current(); in _InitHeader()41 fReply->Stream().AddUInt(0); in _InitHeader()49 if (fReply == NULL) in Reply()52 fReply->Stream().InsertUInt(fStatusPosition, _HaikuErrorToNFS4(fStatus)); in Reply()53 fReply->Stream().InsertUInt(fOpCountPosition, fOpCount); in Reply()[all …]
123 RPC::Reply* fReply; variable130 if (fReply != NULL) in SetTo()134 fReply = _reply; in SetTo()136 if (fReply != NULL) in SetTo()146 delete fReply; in Reset() local147 fReply = NULL; in Reset()
39 ReplyInterpreter fReply; variable63 return fReply; in Reply()
84 fReply.SetTo(rpl); in _SendUDP()147 fReply.SetTo(rpl); in _SendTCP()157 fReply.Reset(); in Reset()
40 RPC::CallbackReply* fReply; variable
156 req->fReply = reply; in SendCallAsync()204 *request->fReply = NULL; in WakeCall()295 *req->fReply = reply; in _Listener()
28 Reply** fReply; member
83 BMessage fReply; variable88 void SetReply(BMessage* m) { fReply = *m; } in SetReply()
82 , fReply(what) in AutoReply()87 fSender->SendReply(&fReply); in ~AutoReply()