Searched refs:lws_plat_change_pollfd (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-fds.c | 45 lws_plat_change_pollfd(struct lws_context *context, in lws_plat_change_pollfd() function
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-sockets.c | 209 lws_plat_change_pollfd(context, wsi, &pt->fds[pt->fds_count - 1]); in lws_plat_insert_socket_into_fds() 240 lws_plat_change_pollfd(struct lws_context *context, struct lws *wsi, in lws_plat_change_pollfd() function
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-fds.c | 260 lws_plat_change_pollfd(struct lws_context *context, in lws_plat_change_pollfd() function
|
/third_party/libwebsockets/lib/plat/optee/ |
D | network.c | 239 lws_plat_change_pollfd(struct lws_context *context, in lws_plat_change_pollfd() function
|
/third_party/libwebsockets/lib/core-net/ |
D | pollfd.c | 198 if (lws_plat_change_pollfd(context, wsi, pfd)) { in _lws_change_pollfd()
|
D | private-lib-core-net.h | 1315 lws_plat_change_pollfd(struct lws_context *context, struct lws *wsi,
|