Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dnc_utils.hpp63 class TNCBufferType : public CSimpleBufferT<char> class
66 TNCBufferType& WriteText(const char* buf) { in WriteText()
70 TNCBufferType& WriteText(const string& buf) { in WriteText()
75 TNCBufferType& WriteNumber(NumType num) { in WriteNumber()
78 TNCBufferType& WriteBool(bool b) { in WriteBool()
H A Dnc_storage.hpp99 static void GetBList(const string& mask, auto_ptr<TNCBufferType>& buffer,
110 static void WriteBlobList(TNCBufferType& buffer, const CTempString& mask);
111 static void WriteDbInfo(TNCBufferType& sendBuff, const CTempString& mask);
H A Dnetcached.hpp217 static void WriteAppSetup(TNCBufferType& task, const TStringMap& client);
218 static void WriteAppSetup(TNCBufferType& task, const SNCSpecificParams* app);
H A Dperiodic_sync.hpp278 static void PrintState(TNCBufferType& sendBuff, const CTempString& mask);
H A Dmessage_handler.hpp359 auto_ptr<TNCBufferType> m_SendBuff;
H A Dactive_handler.hpp379 TNCBufferType m_ReadBuf;
H A Dmessage_handler.cpp4043 m_SendBuff.reset(new TNCBufferType()); in x_DoCmd_GetConfig()
4078 m_SendBuff.reset(new TNCBufferType()); in x_DoCmd_GetConfig()
4087 m_SendBuff.reset(new TNCBufferType()); in x_DoCmd_GetConfig()
4098 m_SendBuff.reset(new TNCBufferType()); in x_DoCmd_GetConfig()
4482 m_SendBuff.reset(new TNCBufferType()); in x_WriteFullBlobsList()
4548 m_SendBuff.reset(new TNCBufferType()); in x_DoCmd_SyncStart()
4859 m_SendBuff.reset(new TNCBufferType()); in x_DoCmd_GetMeta()
5079 m_SendBuff.reset(new TNCBufferType()); in x_DoCmd_GetBList()
H A Dnetcached.cpp772 void CNCServer::WriteAppSetup(TNCBufferType& task, const TStringMap& client) in WriteAppSetup()
839 void CNCServer::WriteAppSetup(TNCBufferType& task, const SNCSpecificParams* params) in WriteAppSetup()
H A Dnc_storage.cpp349 CNCBlobStorage::GetBList(const string& mask, auto_ptr<TNCBufferType>& buffer, SNCBlobFilter* filter… in GetBList()
1485 void CNCBlobStorage::WriteBlobList(TNCBufferType& sendBuff, const CTempString& mask) in WriteBlobList()
1541 void CNCBlobStorage::WriteDbInfo(TNCBufferType& task, const CTempString& mask) in WriteDbInfo()
H A Dperiodic_sync.cpp1488 void CNCActiveSyncControl::PrintState(TNCBufferType& task, const CTempString& mask) in PrintState()