Searched refs:do_send (Results 1 - 7 of 7) sorted by relevance
/third_party/libuv/test/ |
H A D | test-udp-multicast-join.c | 74 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 D | test-udp-multicast-join6.c | 85 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 D | send02.c | 29 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 D | cfilters.c | 95 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 D | cfilters.h | 197 Curl_cft_send *do_send; /* send data */ member
|
H A D | cf-h1-proxy.c | 267 nwritten = cf->next->cft->do_send(cf->next, data, buf, blen, &result); in send_CONNECT()
|
/third_party/python/Lib/test/ |
H A D | test_exceptions.py | 1014 def do_send(g): function 1021 self._check_generator_cleanup_exc_state(do_send)
|
Completed in 9 milliseconds