Home
last modified time | relevance | path

Searched defs:wsi_from_fd (Results 1 – 5 of 5) sorted by relevance

/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/plat/windows/
H A Dwindows-fds.c31 wsi_from_fd(const struct lws_context *context, lws_sockfd_type fd) in wsi_from_fd() function
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/plat/optee/
H A Dprivate-lib-plat-optee.h44 #define wsi_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] macro
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/plat/unix/
H A Dunix-fds.c31 wsi_from_fd(const struct lws_context *context, int fd) in wsi_from_fd() function
/dports/net/libwebsockets/libwebsockets-v4.2.2/minimal-examples/embedded/esp32/esp-c3dev/
H A Dprivate-lib-plat-freertos.h111 #define wsi_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] macro
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/plat/freertos/
H A Dprivate-lib-plat-freertos.h113 #define wsi_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] macro