Searched refs:UV_DISCONNECT (Results 1 – 6 of 6) sorted by relevance
62 pevents |= UV_DISCONNECT; in uv__poll_io()124 assert((pevents & ~(UV_READABLE | UV_WRITABLE | UV_DISCONNECT | in uv_poll_start()147 if (pevents & UV_DISCONNECT) in uv_poll_start()
413 if (events & UV_DISCONNECT) {416 new_events &= ~UV_DISCONNECT;510 connection_context->events = UV_READABLE | UV_WRITABLE | UV_DISCONNECT;512 UV_READABLE | UV_WRITABLE | UV_DISCONNECT,554 context->events = UV_READABLE | UV_WRITABLE | UV_DISCONNECT;556 UV_READABLE | UV_WRITABLE | UV_DISCONNECT,
57 UV_DISCONNECT = 4,89 `UV_READABLE`, `UV_WRITABLE`, `UV_PRIORITIZED` and `UV_DISCONNECT`. As soon96 The `UV_DISCONNECT` event is optional in the sense that it may not be113 Though `UV_DISCONNECT` can be set, it is unsupported on AIX and as such138 .. versionchanged:: 1.9.0 Added the `UV_DISCONNECT` event.
117 if (handle->events & UV_DISCONNECT) { in uv__fast_poll_submit_poll_req()172 events |= UV_DISCONNECT; in uv__fast_poll_process_poll_req()492 assert((events & ~(UV_READABLE | UV_WRITABLE | UV_DISCONNECT | in uv__poll_set()
895 UV_DISCONNECT = 4, enumerator
2297 * test,sunos: disable UV_DISCONNECT handling (Andrew Paprocki)2695 * linux: handle exclusive POLLHUP with UV_DISCONNECT (Brad King)3941 * poll: add UV_DISCONNECT event (Santiago Gimeno)
Completed in 26 milliseconds