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);
142 uv_close((uv_handle_t*) &ctx->peer_handle, ipc_close_cb);
146 static void ipc_close_cb(uv_handle_t* handle) {
163 static void ipc_alloc_cb(uv_handle_t* handle,
195 uv_close((uv_handle_t*) &ctx->ipc_pipe, NULL);
234 uv_close((uv_handle_t*) &ctx.server_handle, NULL);
265 uv_unref((uv_handle_t*) &ctx->async_handle);
285 uv_close((uv_handle_t*) &ctx->server_handle, NULL);
286 uv_close((uv_handle_t*) &ctx->async_handle, NULL);
313 static void sv_alloc_cb(uv_handle_t* handle,
326 uv_close((uv_handle_t*) handle, (uv_close_cb) free);
339 uv_close((uv_handle_t*) &ctx->client_handle, cl_close_cb);
344 static void cl_close_cb(uv_handle_t* handle) {
350 uv_close((uv_handle_t*) &ctx->idle_handle, NULL);