Home
last modified time | relevance | path

Searched refs:wsi_from_fd (Results 1 – 21 of 21) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-eventlib-exports.h107 #if !defined(wsi_from_fd) && !defined(WIN32) && !defined(_WIN32)
110 wsi_from_fd(const struct lws_context *context, int fd);
/third_party/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h44 #define wsi_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] macro
/third_party/libwebsockets/lib/plat/windows/
Dwindows-fds.c31 wsi_from_fd(const struct lws_context *context, lws_sockfd_type fd) in wsi_from_fd() function
Dprivate-lib-plat-windows.h166 wsi_from_fd(const struct lws_context *context, lws_sockfd_type fd);
Dwindows-service.c103 wsi = wsi_from_fd(context, pfd->fd); in _lws_plat_service_tsi()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h111 #define wsi_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] macro
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h113 #define wsi_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] macro
/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h159 wsi_from_fd(const struct lws_context *context, int fd);
Dunix-service.c183 wsi = wsi_from_fd(context, pfd->fd); in _lws_plat_service_tsi()
Dunix-fds.c31 wsi_from_fd(const struct lws_context *context, int fd) in wsi_from_fd() function
/third_party/libwebsockets/lib/core-net/
Droute.c360 wsi = wsi_from_fd(pt->context, pt->fds[n].fd); in _lws_route_pt_close_unroutable()
386 wsi = wsi_from_fd(pt->context, pt->fds[n].fd); in _lws_route_pt_close_route_users()
Dpollfd.c256 struct lws *wsi = wsi_from_fd(pt->context, pt->fds[n].fd); in __dump_fds()
428 end_wsi = wsi_from_fd(context, v); in __remove_wsi_socket_from_fds()
Dwsi.c174 wsi = wsi_from_fd(context, pt->fds[n].fd); in lws_callback_all_protocol()
216 wsi = wsi_from_fd(context, pt->fds[n].fd); in lws_callback_all_protocol_vhost_args()
480 wsi = wsi_from_fd(context, pt->fds[n].fd); in lws_rx_flow_allow_all_protocol()
Dservice.c664 wsi = wsi_from_fd(context, pollfd->fd); in lws_service_fd_tsi()
Dvhost.c1225 struct lws *wsi = wsi_from_fd(ctx, pt->fds[n].fd);
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c232 wsi = wsi_from_fd(context, SSL_get_fd(ssl)); in lws_ssl_info_callback()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c423 wsi = wsi_from_fd(context, fd); in lws_ssl_info_callback()
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c114 wsi = wsi_from_fd(context, watcher->fd); in lws_accept_cb()
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c137 wsi = wsi_from_fd(context, sock_fd); in lws_event_cb()
/third_party/libwebsockets/lib/roles/dbus/
Ddbus.c61 wsi = wsi_from_fd(ctx->vh->context, fd); in __lws_shadow_wsi()
/third_party/libwebsockets/lib/core/
Dcontext.c1847 struct lws *wsi = wsi_from_fd(context, in lws_context_destroy()