Lines Matching refs:uv_handle_t
39 static uv_handle_t* server;
44 static void on_close(uv_handle_t* peer);
45 static void on_server_close(uv_handle_t* handle);
69 uv_close((uv_handle_t*) req->handle, on_close);
125 uv_close((uv_handle_t*) handle, on_close);
148 static void on_close(uv_handle_t* peer) {
153 static void echo_alloc(uv_handle_t* handle,
160 static void slab_alloc(uv_handle_t* handle,
209 static void on_server_close(uv_handle_t* handle) {
257 server = (uv_handle_t*)&tcpServer;
291 server = (uv_handle_t*)&tcpServer;
325 server = (uv_handle_t*)&udpServer;
361 server = (uv_handle_t*)&pipeServer;