Home
last modified time | relevance | path

Searched refs:SendStr (Results 1 – 25 of 99) sorted by relevance

1234

/dports/games/warmux/warmux-11.04/tools/servers/index_server/
H A Dclient.cpp180 if (!SendStr("UNREACHABLE")) in RegisterWarmuxServer()
188 if (!SendStr("OK")) in RegisterWarmuxServer()
277 r = SendStr("MassMurder!"); in SendSignature()
296 r = SendStr("Bad version"); in RejectBadVersion()
299 r = SendStr(config.SupportedVersions2Str()); in RejectBadVersion()
340 if (!SendStr(client->second->options.GetGameName())) in SendList()
355 if (!SendStr(client->second.options.GetGameName())) in SendList()
374 if (!serv->second->SendStr(version)) in NotifyServers()
383 if (!serv->second->SendStr(serv->second->options.GetGameName())) in NotifyServers()
H A Dnet_data.h49 bool SendStr(const std::string & full_str);
H A Dsync_slave.cpp144 SendStr("WIS"); in IndexServerConn()
H A Dnet_data.cpp261 bool NetData::SendStr(const std::string &full_str) in SendStr() function in NetData
/dports/games/warmux/warmux-11.04/src/network/
H A Dnetwork_client.cpp89 if (!server_socket.SendStr(Constants::WARMUX_VERSION)) in HandShake()
109 if (!server_socket.SendStr(GetPassword())) in HandShake()
131 if (!server_socket.SendStr(GetPlayer().GetNickname())) in HandShake()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/threads-sendsync/
H A Dsend_str_hashmap.rs8 type SendStr = Cow<'static, str>; typedef
11 let mut map: HashMap<SendStr, usize> = HashMap::new(); in main()
H A Dsend_str_treemap.rs7 type SendStr = Cow<'static, str>; typedef
10 let mut map: BTreeMap<SendStr, usize> = BTreeMap::new(); in main()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/gui.src/serio.src/
H A Dfileio.hh19 virtual int SendStr(char *str);
H A Dfileio.cc115 int FileIO::SendStr(char *str) in SendStr() function in FileIO
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggers/lazdebuggerfpdserver/
H A Dfpdserverdebugger.pas938 SendStr: string;
1065 if not terminated and (FSendQueue.PopItem(SendStr) = wrSignaled) then
1067 SendStr := SendStr + #10;
1068 i := ASocket.Write(SendStr[1], length(SendStr));
1080 else if i < length(SendStr) then
/dports/editors/lazarus/lazarus/components/lazdebuggers/lazdebuggerfpdserver/
H A Dfpdserverdebugger.pas950 SendStr: string;
1077 if not terminated and (FSendQueue.PopItem(SendStr) = wrSignaled) then
1079 SendStr := SendStr + #10;
1080 i := ASocket.Write(SendStr[1], length(SendStr));
1092 else if i < length(SendStr) then
/dports/editors/lazarus-qt5/lazarus/components/lazdebuggers/lazdebuggerfpdserver/
H A Dfpdserverdebugger.pas950 SendStr: string;
1077 if not terminated and (FSendQueue.PopItem(SendStr) = wrSignaled) then
1079 SendStr := SendStr + #10;
1080 i := ASocket.Write(SendStr[1], length(SendStr));
1092 else if i < length(SendStr) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggers/lazdebuggerfpdserver/
H A Dfpdserverdebugger.pas938 SendStr: string;
1065 if not terminated and (FSendQueue.PopItem(SendStr) = wrSignaled) then
1067 SendStr := SendStr + #10;
1068 i := ASocket.Write(SendStr[1], length(SendStr));
1080 else if i < length(SendStr) then
/dports/games/warmux/warmux-11.04/lib/warmux/net/
H A Dnetwork.cpp306 if (!client_socket.SendStr(WARMUX_VERSION)) in Server_HandShake()
339 if (!client_socket.SendStr(game_name)) in Server_HandShake()
H A Dsocket.cpp433 bool WSocket::SendStr(const std::string &str) in SendStr() function in WSocket
/dports/misc/py-xgboost/xgboost-1.5.1/rabit/src/
H A Dallreduce_base.cc134 tracker.SendStr(std::string("shutdown")); in Shutdown()
149 tracker.SendStr(std::string("print")); in TrackerPrint()
150 tracker.SendStr(msg); in TrackerPrint()
262 tracker.SendStr(task_id); in ConnectTracker()
277 tracker.SendStr(std::string(cmd)); in ReConnectLinks()
/dports/misc/xgboost/xgboost-1.5.1/rabit/src/
H A Dallreduce_base.cc134 tracker.SendStr(std::string("shutdown")); in Shutdown()
149 tracker.SendStr(std::string("print")); in TrackerPrint()
150 tracker.SendStr(msg); in TrackerPrint()
262 tracker.SendStr(task_id); in ConnectTracker()
277 tracker.SendStr(std::string(cmd)); in ReConnectLinks()
/dports/games/warmux/warmux-11.04/lib/warmux/include/
H A DWARMUX_socket.h120 bool SendStr(const std::string &str);
/dports/russian/emkatic/emkatic-0.38-src/
H A Dglobe.pas361 procedure SendStr(const S:CP866str); procedure
392 0: SendStr('MK'+IntToStr(ModelNumbers[Model]));
393 1: SendStr(rsModelFull);
396 0: SendStr(copy(VersionDate,1,2)+copy(VersionDate,4,2)+copy(VersionDate,7,2));
397 1: SendStr(format(rsVersionFull,[Version,VersionDate]));
400 0: SendStr('CEKMSU');
401 1: SendStr(rsManufacturerFull);
/dports/japanese/celrw/celrw-0.16/
H A Dcelrw.c1321 void SendStr(p) in SendStr() function
1707 SendStr(yomi);
1710 SendStr(kanji);
1735 SendStr(yomi);
1763 SendStr(kanji);
2759 SendStr(yomi);
2769 SendStr(kanji);
2775 SendStr(email);
/dports/comms/sredird/sredird-2.2.2/
H A Dsredird.c386 void SendStr(BufferType * B, char * Str);
1135 SendStr(B,Sig); in SendSignature()
1330 void SendStr(BufferType * B, char * Str) in SendStr() function
/dports/misc/py-xgboost/xgboost-1.5.1/rabit/include/rabit/internal/
H A Dsocket.h545 inline void SendStr(const std::string &str) { in SendStr() function
/dports/misc/xgboost/xgboost-1.5.1/rabit/include/rabit/internal/
H A Dsocket.h545 inline void SendStr(const std::string &str) { in SendStr() function
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/chrono/
H A DCHANGELOG.md285 - `Offset::name` now returns `SendStr`.
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/chrono-0.4.6/
H A DCHANGELOG.md534 - `Offset::name` now returns `SendStr`.

1234