Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.cpp110 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 …]
H A DReplyBuilder.cpp20 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 …]
H A DReplyInterpreter.h123 RPC::Reply* fReply; variable
130 if (fReply != NULL) in SetTo()
134 fReply = _reply; in SetTo()
136 if (fReply != NULL) in SetTo()
146 delete fReply; in Reset() local
147 fReply = NULL; in Reset()
H A DRequest.h39 ReplyInterpreter fReply; variable
63 return fReply; in Reply()
H A DRequest.cpp84 fReply.SetTo(rpl); in _SendUDP()
147 fReply.SetTo(rpl); in _SendTCP()
157 fReply.Reset(); in Reset()
H A DReplyBuilder.h40 RPC::CallbackReply* fReply; variable
H A DRPCServer.cpp156 req->fReply = reply; in SendCallAsync()
204 *request->fReply = NULL; in WakeCall()
295 *req->fReply = reply; in _Listener()
H A DRPCServer.h28 Reply** fReply; member
/haiku/headers/private/print/
H A DBeUtils.h83 BMessage fReply; variable
88 void SetReply(BMessage* m) { fReply = *m; } in SetReply()
/haiku/src/kits/print/
H A DBeUtils.cpp82 , fReply(what) in AutoReply()
87 fSender->SendReply(&fReply); in ~AutoReply()