Lines Matching defs:wsi
28 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa) in _lws_change_pollfd()
235 struct lws *wsi = lws_container_of(d, struct lws, in lws_accept_modulation() local
256 struct lws *wsi = wsi_from_fd(pt->context, pt->fds[n].fd); in __dump_fds() local
268 __insert_wsi_socket_into_fds(struct lws_context *context, struct lws *wsi) in __insert_wsi_socket_into_fds()
358 __remove_wsi_socket_from_fds(struct lws *wsi) in __remove_wsi_socket_from_fds()
473 __lws_change_pollfd(struct lws *wsi, int _and, int _or) in __lws_change_pollfd()
507 lws_change_pollfd(struct lws *wsi, int _and, int _or) in lws_change_pollfd()
522 lws_callback_on_writable(struct lws *wsi) in lws_callback_on_writable()
563 lws_same_vh_protocol_insert(struct lws *wsi, int n) in lws_same_vh_protocol_insert()
579 __lws_same_vh_protocol_remove(struct lws *wsi) in __lws_same_vh_protocol_remove()
586 lws_same_vh_protocol_remove(struct lws *wsi) in lws_same_vh_protocol_remove()
605 struct lws *wsi; in lws_callback_on_writable_all_protocol_vhost() local