Home
last modified time | relevance | path

Searched refs:pwatcher (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/lib/event-libs/libuv/
Dlibuv.c162 uv_poll_stop(pt->pipe_wsi->w_read.uv.pwatcher); in lws_libuv_stop()
305 uv_handle_t *h = (uv_handle_t *)wsi->w_read.uv.pwatcher; in lws_libuv_check_watcher_active()
554 if (wsi->w_read.uv.pwatcher) in elops_wsi_logical_close_uv()
555 uv_poll_stop(wsi->w_read.uv.pwatcher); in elops_wsi_logical_close_uv()
589 uv_handle_t *h = (uv_handle_t *)wsi->w_read.uv.pwatcher; in elops_close_handle_manually_uv()
605 wsi->w_read.uv.pwatcher = NULL; in elops_close_handle_manually_uv()
618 wsi->w_read.uv.pwatcher = in elops_accept_uv()
619 lws_malloc(sizeof(*wsi->w_read.uv.pwatcher), "uvh"); in elops_accept_uv()
620 if (!wsi->w_read.uv.pwatcher) in elops_accept_uv()
624 uv_poll_init(pt->uv.io_loop, wsi->w_read.uv.pwatcher, in elops_accept_uv()
[all …]
Dprivate-lib-event-libs-libuv.h61 uv_poll_t *pwatcher; member