Searched refs:cl_send_cb (Results 1 – 5 of 5) sorted by relevance
/libuv/test/ |
H A D | test-udp-connect.c | 61 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 D | test-udp-connect6.c | 61 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 D | test-udp-send-immediate.c | 58 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 D | test-udp-alloc-cb-fail.c | 83 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 D | test-udp-send-and-recv.c | 90 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 15 milliseconds