Home
last modified time | relevance | path

Searched refs:event_pipe (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dpollfd.c302 assert(wsi->event_pipe || wsi->a.vhost || wsi == pt->context->netlink); in __insert_wsi_socket_into_fds()
304 assert(wsi->event_pipe || wsi->a.vhost); in __insert_wsi_socket_into_fds()
479 if (!wsi || (!wsi->a.protocol && !wsi->event_pipe) || in __lws_change_pollfd()
Dprivate-lib-core-net.h788 unsigned int event_pipe:1; member
Dvhost.c1129 wsi->event_pipe = 1;
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c431 if (wsi->listener || wsi->event_pipe) { in elops_wsi_logical_close_uv()
434 wsi->event_pipe); in elops_wsi_logical_close_uv()