Home
last modified time | relevance | path

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

/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/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/curl/lib/
Dcfilters.c95 cf->next->cft->do_send(cf->next, data, buf, len, err) : in Curl_cf_def_send()
202 return cf->cft->do_send(cf, data, mem, len, code); in Curl_conn_send()
313 return cf->cft->do_send(cf, data, buf, len, err); in Curl_conn_cf_send()
Dcfilters.h197 Curl_cft_send *do_send; /* send data */ member
Dcf-h1-proxy.c267 nwritten = cf->next->cft->do_send(cf->next, data, buf, blen, &result); in send_CONNECT()
/third_party/curl/docs/
DCONNECTION-FILTERS.md116 return cf->next->cft->do_send(cf->next, data, buf, len, err);
/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,