Home
last modified time | relevance | path

Searched refs:SendRawData (Results 1 – 23 of 23) sorted by relevance

/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dmaintenance.cc41 SendRawData(WITHLEN("0\r\n\r\n"), MSG_NOSIGNAL); in ~tSpecialRequest()
44 bool tSpecialRequest::SendRawData(const char *data, size_t len, int flags) in SendRawData() function in acng::tSpecialRequest
79 SendRawData(buf, l, MSG_MORE | MSG_NOSIGNAL); in SendChunkRemoteOnly()
80 SendRawData(data, len, MSG_MORE | MSG_NOSIGNAL); in SendChunkRemoteOnly()
81 SendRawData("\r\n", 2, MSG_NOSIGNAL); in SendChunkRemoteOnly()
97 SendRawData(s.data(), s.length(), MSG_MORE); in SendChunkedPageHeader()
119 SendRawData(authmsg, sizeof(authmsg)-1, 0); in Run()
139 SendRawData(authmsg, sizeof(authmsg)-1, 0); in Run()
H A Dshowinfo.cc398 SendRawData(m_fmtHelper.rptr(), m_fmtHelper.size(), MSG_MORE | MSG_NOSIGNAL); in SendRaw()
399 SendRawData(pBuf, len, MSG_NOSIGNAL); in SendRaw()
H A Dbgtask.cc84 SendRawData(buf.data(), buf.size(), 0); in Run()
/dports/games/openmortal/openmortal-0.7/src/
H A DMortalNetworkImpl.cpp458 SendRawData( 'M', a_pcMsg, iMsgLen ); in SendMsg()
532 SendRawData( 'Q', &iFighter, sizeof(Uint32) ); in IsRemoteFighterAvailable()
562 SendRawData( 'A', &iResponse, sizeof(Uint32) ); in ReceiveRemoteFighterQuery()
590 SendRawData( 'F', &iFighter, sizeof (iFighter) ); in SendFighter()
615 SendRawData( 'R', NULL, 0 ); in SendReady()
653 SendRawData( 'P', &oPackage, sizeof(SGameParams) ); in SendGameParams()
707 SendRawData('S', NULL, 0); in SynchStartRound()
763 SendRawData( 'G', a_pcGameData, iMsgLen ); in SendGameData()
803 SendRawData( 'K', &oPackage, sizeof( oPackage) ); in SendKeystroke()
873 SendRawData( 'H', &iPackage, sizeof(int) ); in SendHurryup()
[all …]
H A DOnlineChat.cpp302 SendRawData( 'N', g_oState.m_acNick ); in Start()
342 void COnlineChat::SendRawData( char a_cID, const std::string& a_rsData ) in SendRawData() function in COnlineChat
681 SendRawData( 'M', acMsg ); in DoOnlineChat()
719 SendRawData( 'N', oMenu.GetNick() ); in Menu()
723 SendRawData( 'C', oMenu.GetChallengedNick() ); in Menu()
H A DOnlineChat.h65 void SendRawData( char a_cID, const std::string& a_rsData );
H A DMortalNetworkImpl.h100 void SendRawData( char a_cID, const void* a_pData, int a_iLength );
/dports/sysutils/webjob/webjob-1.9.0/tools/pmcf-builder.cgi/
H A Dpmcf-builder.cgi74 SendRawData(\%hProperties, $1);
384 sub SendRawData
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Drtc_data_channel.cc421 if (!SendRawData(static_cast<const char*>((data->Data())), data_length)) { in send()
437 if (!SendRawData(static_cast<const char*>(data.View()->BaseAddress()), in send()
625 bool RTCDataChannel::SendRawData(const char* data, size_t length) { in SendRawData() function in blink::RTCDataChannel
H A Drtc_data_channel.h166 bool SendRawData(const char* data, size_t length);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/
H A Drtc_data_channel.cc411 if (!SendRawData(static_cast<const char*>((data->Data())), data_length)) { in send()
427 if (!SendRawData(static_cast<const char*>(data.View()->BaseAddress()), in send()
636 bool RTCDataChannel::SendRawData(const char* data, size_t length) { in SendRawData() function in blink::RTCDataChannel
H A Drtc_data_channel.h167 bool SendRawData(const char* data, size_t length);
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Duttp.hpp378 bool SendRawData(const void* data, size_t data_size);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Duttp.hpp378 bool SendRawData(const void* data, size_t data_size);
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/include/
H A Dmaintenance.h80 bool SendRawData(const char *data, size_t len, int flags);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Duttp.cpp269 bool CUTTPWriter::SendRawData(const void* data, size_t data_size) in SendRawData() function in CUTTPWriter
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Duttp.cpp269 bool CUTTPWriter::SendRawData(const void* data, size_t data_size) in SendRawData() function in CUTTPWriter
/dports/devel/jrtplib/JRTPLIB-3.11.2/src/
H A Drtpsession.h205 int SendRawData(const void *data, size_t len, bool usertpchannel);
H A Drtpsession.cpp893 int RTPSession::SendRawData(const void *data, size_t len, bool usertpchannel) in SendRawData() function in jrtplib::RTPSession
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Djson_over_uttp.cpp1591 if (!m_UTTPWriter.SendRawData(&m_Double, sizeof(m_Double))) in CompleteMessage()
1630 return m_UTTPWriter.SendRawData(&m_Double, sizeof(m_Double)); in x_SendNode()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Djson_over_uttp.cpp1591 if (!m_UTTPWriter.SendRawData(&m_Double, sizeof(m_Double))) in CompleteMessage()
1630 return m_UTTPWriter.SendRawData(&m_Double, sizeof(m_Double)); in x_SendNode()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/
H A DManager.h2214 …void SendRawData(uint32 const _homeId, uint8 const _nodeId, string const& _logText, uint8 const _m…
H A DManager.cpp4170 void Manager::SendRawData(uint32 const _homeId, uint8 const _nodeId, string const& _logText, uint8 … in SendRawData() function in Manager