Searched refs:delete_from_fd (Results 1 – 7 of 7) sorted by relevance
49 #define delete_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] = 0 macro
111 #define delete_from_fd(A,B) A->lws_lookup[B - lws_plat_socket_offset()] = 0 macro
59 delete_from_fd(struct lws_context *context, lws_sockfd_type fd) in delete_from_fd() function
150 delete_from_fd(struct lws_context *context, lws_sockfd_type fd);
160 delete_from_fd(const struct lws_context *context, int fd);
111 delete_from_fd(const struct lws_context *context, int fd) in delete_from_fd() function
399 delete_from_fd(context, wsi->desc.sockfd); in __remove_wsi_socket_from_fds()