Home
last modified time | relevance | path

Searched refs:do_send (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/doc/html/boost_asio/example/cpp11/multicast/
Dsender.cpp29 do_send(); in sender()
33 void do_send() in do_send() function in sender
55 do_send(); in do_timeout()
/third_party/boost/libs/asio/example/cpp11/multicast/
Dsender.cpp29 do_send(); in sender()
33 void do_send() in do_send() function in sender
55 do_send(); in do_timeout()
/third_party/libuv/test/
Dtest-udp-multicast-join.c74 static int do_send(uv_udp_send_t* send_req) { in do_send() function
134 r = do_send(&req_ss); in cl_recv_cb()
165 r = do_send(&req); in TEST_IMPL()
Dtest-udp-multicast-join6.c86 static int do_send(uv_udp_send_t* send_req) { in do_send() function
144 r = do_send(&req_ss); in cl_recv_cb()
203 r = do_send(&req); in TEST_IMPL()
/third_party/boost/doc/html/boost_asio/example/cpp11/echo/
Dasync_udp_echo_server.cpp34 do_send(bytes_recvd); in do_receive()
43 void do_send(std::size_t length) in do_send() function in server
/third_party/boost/libs/asio/example/cpp11/echo/
Dasync_udp_echo_server.cpp34 do_send(bytes_recvd); in do_receive()
43 void do_send(std::size_t length) in do_send() function in server
/third_party/ltp/testcases/kernel/syscalls/send/
Dsend02.c29 static void do_send(int sock, void *buf, size_t size, int flags) in do_send() function
63 {AF_INET, SOCK_STREAM, 0, do_send, 1, 1, "TCP send"},
64 {AF_INET, SOCK_DGRAM, 0, do_send, 1, 0, "UDP send"},
/third_party/boost/boost/interprocess/ipc/
Dmessage_queue.hpp189 bool do_send(block_t block,
700 { this->do_send(blocking, buffer, buffer_size, priority, ptime()); } in send()
705 { return this->do_send(non_blocking, buffer, buffer_size, priority, ptime()); } in try_send()
716 return this->do_send(timed, buffer, buffer_size, priority, abs_time); in timed_send()
720 inline bool message_queue_t<VoidPointer>::do_send(block_t block, in do_send() function in boost::interprocess::message_queue_t
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwinrt_ssocket_service_base.hpp178 return do_send(impl, in send()
314 BOOST_ASIO_DECL std::size_t do_send(
/third_party/boost/boost/asio/detail/
Dwinrt_ssocket_service_base.hpp178 return do_send(impl, in send()
314 BOOST_ASIO_DECL std::size_t do_send(
/third_party/boost/boost/asio/detail/impl/
Dwinrt_ssocket_service_base.ipp447 std::size_t winrt_ssocket_service_base::do_send(
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwinrt_ssocket_service_base.ipp447 std::size_t winrt_ssocket_service_base::do_send(
/third_party/python/Lib/test/
Dtest_exceptions.py958 def do_send(g): function
965 self._check_generator_cleanup_exc_state(do_send)
/third_party/lwip/
DCHANGELOG3708 the mailbox is active". Now, the post is only done during a connect, and do_send,