Home
last modified time | relevance | path

Searched refs:cl_send_cb (Results 1 – 5 of 5) sorted by relevance

/libuv/test/
H A Dtest-udp-connect.c61 static void cl_send_cb(uv_udp_send_t* req, int status) { in cl_send_cb() function
69 r = uv_udp_send(req, &client, &buf, 1, NULL, cl_send_cb); in cl_send_cb()
76 cl_send_cb); in cl_send_cb()
180 cl_send_cb); in TEST_IMPL()
182 r = uv_udp_send(&req, &client, &buf, 1, NULL, cl_send_cb); in TEST_IMPL()
H A Dtest-udp-connect6.c61 static void cl_send_cb(uv_udp_send_t* req, int status) { in cl_send_cb() function
69 r = uv_udp_send(req, &client, &buf, 1, NULL, cl_send_cb); in cl_send_cb()
76 cl_send_cb); in cl_send_cb()
183 cl_send_cb); in TEST_IMPL()
185 r = uv_udp_send(&req, &client, &buf, 1, NULL, cl_send_cb); in TEST_IMPL()
H A Dtest-udp-send-immediate.c58 static void cl_send_cb(uv_udp_send_t* req, int status) { in cl_send_cb() function
127 cl_send_cb); in TEST_IMPL()
137 cl_send_cb); in TEST_IMPL()
H A Dtest-udp-alloc-cb-fail.c83 static void cl_send_cb(uv_udp_send_t* req, int status) { in cl_send_cb() function
177 cl_send_cb); in TEST_IMPL()
H A Dtest-udp-send-and-recv.c90 static void cl_send_cb(uv_udp_send_t* req, int status) { in cl_send_cb() function
190 cl_send_cb); in TEST_IMPL()

Completed in 14 milliseconds