Searched refs:lws_service_fd (Results 1 – 8 of 8) sorted by relevance
/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 | 112 n = lws_service_fd(context, pfd); in _lws_plat_service_tsi()
|
/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 | 407 You can pass all pollfds that need service to `lws_service_fd()`, even
|
/third_party/libwebsockets/test-apps/ |
D | test-server.c | 613 if (lws_service_fd(context, in main()
|
/third_party/libwebsockets/lib/event-libs/glib/ |
D | glib.c | 266 G_SOURCE_FUNC(lws_service_fd), wsi->context, NULL); in elops_accept_glib()
|
/third_party/libwebsockets/lib/core-net/ |
D | service.c | 745 lws_service_fd(struct lws_context *context, struct lws_pollfd *pollfd) in lws_service_fd() function
|
/third_party/libwebsockets/lib/roles/http/client/ |
D | client-handshake.c | 281 n = lws_service_fd(wsi->context, &pfd); in lws_client_connect_4_established() 317 n = lws_service_fd(wsi->context, &pfd); in lws_client_connect_4_established()
|