Home
last modified time | relevance | path

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

/external/libwebsockets/lib/plat/windows/
Dwindows-fds.c31 wsi_from_fd(const struct lws_context *context, lws_sockfd_type fd) in wsi_from_fd() function
/external/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h44 #define wsi_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] macro
/external/libwebsockets/lib/plat/unix/
Dunix-fds.c31 wsi_from_fd(const struct lws_context *context, int fd) in wsi_from_fd() function
/external/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
/external/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h113 #define wsi_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] macro