| /src/external/mit/libuv/dist/test/ |
| test-close-fd.c | 30 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { function 73 ASSERT_OK(uv_read_start((uv_stream_t *) &pipe_handle, alloc_cb, read_cb)); 77 ASSERT_OK(uv_read_start((uv_stream_t *) &pipe_handle, alloc_cb, read_cb));
|
| blackhole-server.c | 36 static void alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf); 58 r = uv_read_start((uv_stream_t*)&conn->handle, alloc_cb, read_cb); 63 static void alloc_cb(uv_handle_t* handle, function
|
| test-osx-select.c | 33 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { function 67 uv_read_start((uv_stream_t*) &tty, alloc_cb, read_cb); 120 r = uv_read_start((uv_stream_t*) &tty, alloc_cb, read_cb);
|
| test-tcp-rst.c | 39 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { function 65 ASSERT_OK(uv_read_start((uv_stream_t*) &tcp, alloc_cb, read_cb));
|
| test-udp-recv-in-a-row.c | 40 static void alloc_cb(uv_handle_t* handle, function 96 ASSERT_OK(uv_udp_recv_start(&server, alloc_cb, sv_recv_cb));
|
| test-watcher-cross-stop.c | 42 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { function 88 ASSERT_OK(uv_udp_recv_start(&sockets[i], alloc_cb, recv_cb));
|
| test-not-readable-nor-writable-on-read-error.c | 41 static void alloc_cb(uv_handle_t* handle, function 70 r = uv_read_start((uv_stream_t*) &tcp_client, alloc_cb, read_cb);
|
| test-readable-on-eof.c | 41 static void alloc_cb(uv_handle_t* handle, function 65 r = uv_read_start((uv_stream_t*) &tcp_client, alloc_cb, read_cb);
|
| test-shutdown-simultaneous.c | 38 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { function 86 ASSERT_OK(uv_read_start((uv_stream_t*)&tcp, alloc_cb, read_cb)); 89 ASSERT_EQ(UV_EALREADY, uv_read_start((uv_stream_t*)&tcp, alloc_cb, read_cb)); 90 ASSERT_EQ(UV_EINVAL, uv_read_start(NULL, alloc_cb, read_cb)); 92 ASSERT_EQ(UV_EINVAL, uv_read_start((uv_stream_t*)&tcp, alloc_cb, NULL));
|
| test-tcp-oob.c | 39 static void alloc_cb(uv_handle_t* handle, function 89 ASSERT_OK(uv_read_start((uv_stream_t*) &peer_handle, alloc_cb, read_cb));
|
| test-tcp-unexpected-read.c | 50 static void alloc_cb(uv_handle_t* handle, function 53 ASSERT(0 && "alloc_cb should not have been called"); 81 ASSERT_OK(uv_read_start((uv_stream_t*) &peer_handle, alloc_cb, read_cb));
|
| test-tcp-write-to-half-open-connection.c | 33 static void alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf); 57 r = uv_read_start((uv_stream_t*)&tcp_peer, alloc_cb, read_cb); 68 static void alloc_cb(uv_handle_t* handle, function
|
| test-udp-connect.c | 43 static void alloc_cb(uv_handle_t* handle, function 118 r = uv_udp_recv_start(&server, alloc_cb, sv_recv_cb);
|
| test-udp-connect6.c | 43 static void alloc_cb(uv_handle_t* handle, function 121 r = uv_udp_recv_start(&server, alloc_cb, sv_recv_cb);
|
| test-udp-mmsg.c | 45 static void alloc_cb(uv_handle_t* handle, function 121 ASSERT_OK(uv_udp_recv_start(&recver, alloc_cb, recv_cb));
|
| test-udp-send-immediate.c | 40 static void alloc_cb(uv_handle_t* handle, function 111 r = uv_udp_recv_start(&server, alloc_cb, sv_recv_cb);
|
| test-udp-try-send.c | 40 static void alloc_cb(uv_handle_t* handle, function 99 r = uv_udp_recv_start(&server, alloc_cb, sv_recv_cb); 132 r = uv_udp_recv_start(&server, alloc_cb, sv_recv_cb);
|
| test-callback-stack.c | 48 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { function 114 if (uv_read_start((uv_stream_t*)&client, alloc_cb, read_cb)) {
|
| test-delayed-accept.c | 33 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { function 143 r = uv_read_start((uv_stream_t*)(req->handle), alloc_cb, read_cb);
|
| test-ipc-heavy-traffic-deadlock-bug.c | 81 static void alloc_cb(uv_handle_t* handle, function 123 r = uv_read_start(handle, alloc_cb, read_cb);
|
| test-pipe-sendmsg.c | 65 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { function 149 ASSERT_OK(uv_read_start((uv_stream_t*) &p, alloc_cb, read_cb));
|
| test-shutdown-eof.c | 42 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { function 92 ASSERT_OK(uv_read_start((uv_stream_t*)&tcp, alloc_cb, read_cb)); 95 ASSERT_EQ(UV_EALREADY, uv_read_start((uv_stream_t*)&tcp, alloc_cb, read_cb)); 96 ASSERT_EQ(UV_EINVAL, uv_read_start(NULL, alloc_cb, read_cb)); 98 ASSERT_EQ(UV_EINVAL, uv_read_start((uv_stream_t*)&tcp, alloc_cb, NULL));
|
| test-tcp-close-accept.c | 81 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { function 114 ASSERT_OK(uv_read_start((uv_stream_t*) &tcp_check, alloc_cb, read_cb)); 138 ASSERT_OK(uv_read_start((uv_stream_t*) incoming, alloc_cb, read_cb));
|
| test-tcp-shutdown-after-write.c | 52 static void alloc_cb(uv_handle_t* handle, function 86 r = uv_read_start((uv_stream_t*)&conn, alloc_cb, read_cb);
|
| test-tcp-try-write.c | 70 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { function 96 ASSERT_OK(uv_read_start((uv_stream_t*) &incoming, alloc_cb, read_cb));
|