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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackReply.cpp34 reply->fStream.AddInt(REPLY);
37 reply->fStream.AddInt(AUTH_NONE);
H A DRPCAuth.cpp38 auth->fStream.AddInt(AUTH_NONE);
87 auth->fStream.AddInt(AUTH_SYS);
H A DXDR.h74 status_t AddInt(int32 x);
151 return AddInt(static_cast<int32>(x));
H A DRPCCall.cpp40 call->fStream.AddInt(CALL);
H A DRequestBuilder.cpp219 fRequest->Stream().AddInt(lock->fType);
271 fRequest->Stream().AddInt(type);
297 fRequest->Stream().AddInt(lock->fType);
407 fRequest->Stream().AddInt(excl ? GUARDED4 : UNCHECKED4);
780 fRequest->Stream().AddInt(stable ? FILE_SYNC4 : UNSTABLE4);
896 str.AddInt(1); // SET_TO_CLIENT_TIME4
907 str.AddInt(1); // SET_TO_CLIENT_TIME4
H A DXDR.cpp218 WriteStream::AddInt(int32 x) function in class:WriteStream
/haiku/headers/private/storage/sniffer/
H A DParser.h159 void AddInt(const char *str, ssize_t pos);
/haiku/headers/private/netservices/
H A DHttpForm.h114 status_t AddInt(const BString& name, int32 value);
/haiku/src/kits/storage/sniffer/
H A DParser.cpp413 AddInt(charStr.c_str(), startPos);
465 AddInt(charStr.c_str(), startPos);
762 TokenStream::AddInt(const char *str, ssize_t pos) { function in class:TokenStream
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp386 BHttpForm::AddInt(const BString& fieldName, int32 value) function in class:BHttpForm

Completed in 152 milliseconds