Lines Matching refs:lws
28 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa)
48 if (((volatile struct lws *)wsi)->handling_pollout &&
58 ((volatile struct lws *)wsi)->leave_pollout_active = 1;
235 struct lws *wsi = lws_container_of(d, struct lws,
256 struct lws *wsi = wsi_from_fd(pt->context, pt->fds[n].fd);
268 __insert_wsi_socket_into_fds(struct lws_context *context, struct lws *wsi)
358 __remove_wsi_socket_from_fds(struct lws *wsi)
365 struct lws *end_wsi;
473 __lws_change_pollfd(struct lws *wsi, int _and, int _or)
507 lws_change_pollfd(struct lws *wsi, int _and, int _or)
522 lws_callback_on_writable(struct lws *wsi)
524 struct lws *w = wsi;
563 lws_same_vh_protocol_insert(struct lws *wsi, int n)
579 __lws_same_vh_protocol_remove(struct lws *wsi)
586 lws_same_vh_protocol_remove(struct lws *wsi)
605 struct lws *wsi;
622 wsi = lws_container_of(d, struct lws, same_vh_protocol);