Lines Matching refs:lws
42 * should see you're illegally calling an lws api from another thread.
49 lws_callback_as_writeable(struct lws *wsi)
62 lws_handle_POLLOUT_event(struct lws *wsi, struct lws_pollfd *pollfd)
64 volatile struct lws *vwsi = (volatile struct lws *)wsi;
217 vwsi = (volatile struct lws *)wsi;
248 lws_rxflow_cache(struct lws *wsi, unsigned char *buf, size_t n, size_t len)
362 struct lws *wsi = lws_container_of(d, struct lws, dll_buflist);
384 lws_buflist_aware_read(struct lws_context_per_thread *pt, struct lws *wsi,
472 lws_buflist_aware_finished_consuming(struct lws *wsi, struct lws_tokens *ebuf,
533 struct lws *wsi = lws_container_of(d, struct lws, dll_buflist);
586 struct lws *wsi = lws_container_of(d, struct lws, dll_buflist);
610 struct lws *wsi = lws_container_of(p, struct lws,
642 struct lws *wsi;
666 /* not lws connection ... leave revents alone and return */