Home
last modified time | relevance | path

Searched refs:do_send (Results 1 - 7 of 7) sorted by relevance

/third_party/libuv/test/
H A 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()
168 r = do_send(&req); in TEST_IMPL()
H A Dtest-udp-multicast-join6.c85 static int do_send(uv_udp_send_t* send_req) { in do_send() function
143 r = do_send(&req_ss); in cl_recv_cb()
202 r = do_send(&req); in TEST_IMPL()
/third_party/ltp/testcases/kernel/syscalls/send/
H A 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/
H A 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()
H A Dcfilters.h197 Curl_cft_send *do_send; /* send data */ member
H A Dcf-h1-proxy.c267 nwritten = cf->next->cft->do_send(cf->next, data, buf, blen, &result); in send_CONNECT()
/third_party/python/Lib/test/
H A Dtest_exceptions.py1014 def do_send(g): function
1021 self._check_generator_cleanup_exc_state(do_send)

Completed in 9 milliseconds