Searched defs:wsi_from_fd (Results 1 – 5 of 5) sorted by relevance
31 wsi_from_fd(const struct lws_context *context, lws_sockfd_type fd) in wsi_from_fd() function
44 #define wsi_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] macro
31 wsi_from_fd(const struct lws_context *context, int fd) in wsi_from_fd() function
111 #define wsi_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] macro
113 #define wsi_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] macro