Searched refs:do_send (Results 1 – 9 of 9) sorted by relevance
/third_party/libuv/test/ |
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() 165 r = do_send(&req); in TEST_IMPL()
|
D | test-udp-multicast-join6.c | 86 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/ |
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/ |
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()
|
D | cfilters.h | 197 Curl_cft_send *do_send; /* send data */ member
|
D | cf-h1-proxy.c | 267 nwritten = cf->next->cft->do_send(cf->next, data, buf, blen, &result); in send_CONNECT()
|
/third_party/curl/docs/ |
D | CONNECTION-FILTERS.md | 116 return cf->next->cft->do_send(cf->next, data, buf, len, err);
|
/third_party/python/Lib/test/ |
D | test_exceptions.py | 958 def do_send(g): function 965 self._check_generator_cleanup_exc_state(do_send)
|
/third_party/lwip/ |
D | CHANGELOG | 3708 the mailbox is active". Now, the post is only done during a connect, and do_send,
|