Lines Matching refs:ReplyInterpreter

10 #include "ReplyInterpreter.h"
106 ReplyInterpreter::ReplyInterpreter(RPC::Reply* reply)
119 ReplyInterpreter::~ReplyInterpreter()
126 ReplyInterpreter::_ParseHeader()
137 ReplyInterpreter::Access(uint32* supported, uint32* allowed)
158 ReplyInterpreter::Close()
176 ReplyInterpreter::Commit()
191 ReplyInterpreter::Create(uint64* before, uint64* after, bool& atomic)
224 ReplyInterpreter::GetAttr(AttrValue** attrs, uint32* count)
237 ReplyInterpreter::GetFH(FileHandle* fh)
262 ReplyInterpreter::Link(uint64* before, uint64* after, bool& atomic)
279 ReplyInterpreter::Lock(LockInfo* linfo)
297 ReplyInterpreter::LockT(uint64* pos, uint64* len, LockType* type)
317 ReplyInterpreter::LockU(LockInfo* linfo)
335 ReplyInterpreter::Open(uint32* id, uint32* seq, bool* confirm,
413 ReplyInterpreter::OpenConfirm(uint32* stateSeq)
431 ReplyInterpreter::Read(void* buffer, uint32* size, bool* eof)
448 ReplyInterpreter::ReadDir(uint64* cookie, uint64* cookieVerf,
514 ReplyInterpreter::ReadLink(void* buffer, uint32* size, uint32 maxSize)
530 ReplyInterpreter::Remove(uint64* before, uint64* after, bool& atomic)
547 ReplyInterpreter::Rename(uint64* fromBefore, uint64* fromAfter,
569 ReplyInterpreter::SetAttr()
586 ReplyInterpreter::SetClientID(uint64* clientid, uint64* verifier)
602 ReplyInterpreter::Write(uint32* size)
619 ReplyInterpreter::_GetPath(XDR::ReadStream& stream)
647 ReplyInterpreter::_DecodeAttrs(XDR::ReadStream& str, AttrValue** attrs,
889 ReplyInterpreter::_OperationError(Opcode op)
921 ReplyInterpreter::_NFS4ErrorToHaiku(uint32 x)