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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyBuilder.cpp20 fReply(RPC::CallbackReply::Create(xid))
28 delete fReply;
35 fStatusPosition = fReply->Stream().Current();
36 fReply->Stream().AddUInt(0);
38 fReply->Stream().AddOpaque(NULL, 0);
40 fOpCountPosition = fReply->Stream().Current();
41 fReply->Stream().AddUInt(0);
49 if (fReply == NULL)
52 fReply->Stream().InsertUInt(fStatusPosition, _HaikuErrorToNFS4(fStatus));
53 fReply
[all...]
H A DReplyInterpreter.cpp110 fReply(reply)
121 delete fReply;
130 fNFS4Error = fReply->Stream().GetUInt();
131 fReply->Stream().GetOpaque(NULL);
132 fReply->Stream().GetUInt();
145 uint32 support = fReply->Stream().GetUInt();
146 uint32 allow = fReply->Stream().GetUInt();
153 return ProcessStream(fReply, __func__);
166 fReply->Stream().GetUInt();
167 fReply
[all...]
H A DRequest.h39 ReplyInterpreter fReply; member in class:Request
63 return fReply;
H A DReplyInterpreter.h123 RPC::Reply* fReply; member in class:ReplyInterpreter
130 if (fReply != NULL)
134 fReply = _reply;
136 if (fReply != NULL)
146 delete fReply;
147 fReply = NULL;
H A DReplyBuilder.h40 RPC::CallbackReply* fReply; member in class:ReplyBuilder
H A DRequest.cpp84 fReply.SetTo(rpl);
147 fReply.SetTo(rpl);
157 fReply.Reset();
H A DRPCServer.cpp156 req->fReply = reply;
204 *request->fReply = NULL;
295 *req->fReply = reply;
H A DRPCServer.h28 Reply** fReply; member in struct:RPC::Request
/haiku/headers/private/print/
H A DBeUtils.h83 BMessage fReply; member in class:AutoReply
88 void SetReply(BMessage* m) { fReply = *m; }
/haiku/src/kits/print/
H A DBeUtils.cpp82 , fReply(what)
87 fSender->SendReply(&fReply);

Completed in 99 milliseconds