Lines Matching refs:uv_handle_t
84 static void ipc_close_cb(uv_handle_t* handle);
89 static void ipc_alloc_cb(uv_handle_t* handle,
96 static void sv_alloc_cb(uv_handle_t* handle,
102 static void cl_close_cb(uv_handle_t* handle);
135 uv_close((uv_handle_t*) ipc_pipe, NULL); in ipc_connection_cb()
142 uv_close((uv_handle_t*) &ctx->peer_handle, ipc_close_cb); in ipc_write_cb()
146 static void ipc_close_cb(uv_handle_t* handle) { in ipc_close_cb()
163 static void ipc_alloc_cb(uv_handle_t* handle, in ipc_alloc_cb()
195 uv_close((uv_handle_t*) &ctx->ipc_pipe, NULL); in ipc_read_cb()
234 uv_close((uv_handle_t*) &ctx.server_handle, NULL); in send_listen_handles()
265 uv_unref((uv_handle_t*) &ctx->async_handle); in server_cb()
285 uv_close((uv_handle_t*) &ctx->server_handle, NULL); in sv_async_cb()
286 uv_close((uv_handle_t*) &ctx->async_handle, NULL); in sv_async_cb()
313 static void sv_alloc_cb(uv_handle_t* handle, in sv_alloc_cb()
326 uv_close((uv_handle_t*) handle, (uv_close_cb) free); in sv_read_cb()
339 uv_close((uv_handle_t*) &ctx->client_handle, cl_close_cb); in cl_idle_cb()
344 static void cl_close_cb(uv_handle_t* handle) { in cl_close_cb()
350 uv_close((uv_handle_t*) &ctx->idle_handle, NULL); in cl_close_cb()