Home
last modified time | relevance | path

Searched refs:SendRequestAndGetReply (Results 1 – 25 of 26) sorted by relevance

12

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Di2p.cpp198 SendRequestAndGetReply(*sock, strprintf("NAMING LOOKUP NAME=%s", to.ToStringIP())); in Connect()
202 const Reply& connect_reply = SendRequestAndGetReply( in Connect()
249 Session::Reply Session::SendRequestAndGetReply(const Sock& sock, in SendRequestAndGetReply() function in i2p::sam::Session
297 SendRequestAndGetReply(*sock, "HELLO VERSION MIN=3.1 MAX=3.1"); in Hello()
318 const Reply& reply = SendRequestAndGetReply(sock, "DEST GENERATE SIGNATURE_TYPE=7", false); in DestGenerate()
373 SendRequestAndGetReply(*sock, strprintf("SESSION CREATE STYLE=STREAM ID=%s DESTINATION=%s", in CreateIfNotCreatedAlready()
388 const Reply& reply = SendRequestAndGetReply( in StreamAccept()
H A Di2p.h161 Reply SendRequestAndGetReply(const Sock& sock,
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Di2p.cpp198 SendRequestAndGetReply(*sock, strprintf("NAMING LOOKUP NAME=%s", to.ToStringIP())); in Connect()
202 const Reply& connect_reply = SendRequestAndGetReply( in Connect()
249 Session::Reply Session::SendRequestAndGetReply(const Sock& sock, in SendRequestAndGetReply() function in i2p::sam::Session
297 SendRequestAndGetReply(*sock, "HELLO VERSION MIN=3.1 MAX=3.1"); in Hello()
318 const Reply& reply = SendRequestAndGetReply(sock, "DEST GENERATE SIGNATURE_TYPE=7", false); in DestGenerate()
373 SendRequestAndGetReply(*sock, strprintf("SESSION CREATE STYLE=STREAM ID=%s DESTINATION=%s", in CreateIfNotCreatedAlready()
388 const Reply& reply = SendRequestAndGetReply( in StreamAccept()
H A Di2p.h161 Reply SendRequestAndGetReply(const Sock& sock,
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Di2p.cpp198 SendRequestAndGetReply(*sock, strprintf("NAMING LOOKUP NAME=%s", to.ToStringIP())); in Connect()
202 const Reply& connect_reply = SendRequestAndGetReply( in Connect()
249 Session::Reply Session::SendRequestAndGetReply(const Sock& sock, in SendRequestAndGetReply() function in i2p::sam::Session
297 SendRequestAndGetReply(*sock, "HELLO VERSION MIN=3.1 MAX=3.1"); in Hello()
318 const Reply& reply = SendRequestAndGetReply(sock, "DEST GENERATE SIGNATURE_TYPE=7", false); in DestGenerate()
373 SendRequestAndGetReply(*sock, strprintf("SESSION CREATE STYLE=STREAM ID=%s DESTINATION=%s", in CreateIfNotCreatedAlready()
388 const Reply& reply = SendRequestAndGetReply( in StreamAccept()
H A Di2p.h161 Reply SendRequestAndGetReply(const Sock& sock,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp64 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply() function in CommunicationKDP
354 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect()
378 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReattach()
407 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestVersion()
493 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestHostInfo()
523 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestKernelVersion()
539 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestDisconnect()
560 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadMemory()
601 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteMemory()
630 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRawRequest()
[all …]
H A DCommunicationKDP.h220 bool SendRequestAndGetReply(const CommandType command,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp65 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply() function in CommunicationKDP
355 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect()
379 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReattach()
408 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestVersion()
494 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestHostInfo()
524 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestKernelVersion()
540 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestDisconnect()
561 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadMemory()
602 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteMemory()
631 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRawRequest()
[all …]
H A DCommunicationKDP.h220 bool SendRequestAndGetReply(const CommandType command,
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp65 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply() function in CommunicationKDP
355 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect()
379 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReattach()
408 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestVersion()
494 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestHostInfo()
524 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestKernelVersion()
540 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestDisconnect()
561 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadMemory()
602 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteMemory()
631 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRawRequest()
[all …]
H A DCommunicationKDP.h220 bool SendRequestAndGetReply(const CommandType command,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp64 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply() function in CommunicationKDP
354 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect()
378 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReattach()
407 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestVersion()
493 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestHostInfo()
523 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestKernelVersion()
539 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestDisconnect()
560 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadMemory()
601 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteMemory()
630 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRawRequest()
[all …]
H A DCommunicationKDP.h220 bool SendRequestAndGetReply(const CommandType command,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp64 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply() function in CommunicationKDP
354 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect()
378 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReattach()
407 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestVersion()
493 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestHostInfo()
523 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestKernelVersion()
539 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestDisconnect()
560 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadMemory()
601 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteMemory()
630 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRawRequest()
[all …]
H A DCommunicationKDP.h220 bool SendRequestAndGetReply(const CommandType command,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp64 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply() function in CommunicationKDP
354 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect()
378 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReattach()
407 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestVersion()
493 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestHostInfo()
523 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestKernelVersion()
539 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestDisconnect()
560 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadMemory()
601 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteMemory()
630 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRawRequest()
[all …]
H A DCommunicationKDP.h220 bool SendRequestAndGetReply(const CommandType command,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp65 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply() function in CommunicationKDP
355 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect()
379 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReattach()
408 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestVersion()
494 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestHostInfo()
524 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestKernelVersion()
540 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestDisconnect()
561 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadMemory()
602 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteMemory()
631 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRawRequest()
[all …]
H A DCommunicationKDP.h220 bool SendRequestAndGetReply(const CommandType command,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp65 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply() function in CommunicationKDP
357 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect()
381 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReattach()
410 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestVersion()
496 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestHostInfo()
526 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestKernelVersion()
542 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestDisconnect()
563 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadMemory()
604 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteMemory()
633 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRawRequest()
[all …]
H A DCommunicationKDP.h220 bool SendRequestAndGetReply(const CommandType command,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp65 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply() function in CommunicationKDP
355 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect()
379 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReattach()
408 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestVersion()
494 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestHostInfo()
524 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestKernelVersion()
540 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestDisconnect()
561 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadMemory()
602 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteMemory()
631 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRawRequest()
[all …]
H A DCommunicationKDP.h220 bool SendRequestAndGetReply(const CommandType command,
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp64 bool CommunicationKDP::SendRequestAndGetReply(
354 return SendRequestAndGetReply(command, request_packet, reply_packet);
378 if (SendRequestAndGetReply(command, request_packet, reply_packet)) {
407 if (SendRequestAndGetReply(command, request_packet, reply_packet)) {
493 if (SendRequestAndGetReply(command, request_packet, reply_packet)) {
523 if (SendRequestAndGetReply(command, request_packet, reply_packet)) {
539 if (SendRequestAndGetReply(command, request_packet, reply_packet)) {
560 if (SendRequestAndGetReply(command, request_packet, reply_packet)) {
601 if (SendRequestAndGetReply(command, request_packet, reply_packet)) {
630 if (SendRequestAndGetReply(command, request_packet, reply_packet)) {
[all …]

12