Searched refs:lws_service_fd (Results 1 – 9 of 9) sorted by relevance
/third_party/libwebsockets/lib/core-net/client/ |
D | connect4.c | 282 n = lws_service_fd(wsi->a.context, &pfd); in lws_client_connect_4_established() 321 n = lws_service_fd(wsi->a.context, &pfd); in lws_client_connect_4_established()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-service.h | 120 lws_service_fd(struct lws_context *context, struct lws_pollfd *pollfd);
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-service.c | 109 n = lws_service_fd(context, pfd); in _lws_plat_service_tsi()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/ |
D | minimal-http-server.c | 153 m = lws_service_fd(context, &cpcx->pollfds[n]); in custom_poll_run()
|
/third_party/libwebsockets/lib/event-libs/glib/ |
D | glib.c | 289 G_SOURCE_FUNC(lws_service_fd), wsi->a.context, NULL); in elops_accept_glib()
|
/third_party/libwebsockets/test-apps/ |
D | test-server.c | 708 if (lws_service_fd(context, in main()
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_sul.md | 20 If your older code uses `lws_service_fd()`, it used to be necessary
|
D | README.coding.md | 371 You can pass all pollfds that need service to `lws_service_fd()`, even
|
/third_party/libwebsockets/lib/core-net/ |
D | service.c | 813 lws_service_fd(struct lws_context *context, struct lws_pollfd *pollfd) in lws_service_fd() function
|