Lines Matching defs:wsi
36 lws_plat_pipe_create(struct lws *wsi)
42 lws_plat_pipe_signal(struct lws *wsi)
48 lws_plat_pipe_close(struct lws *wsi)
53 lws_send_pipe_choked(struct lws *wsi)
58 wsi_eff = lws_get_network_wsi(wsi);
60 wsi_eff = wsi;
69 || wsi->http.comp_ctx.buflist_comp ||
70 wsi->http.comp_ctx.may_have_more
222 lws_plat_insert_socket_into_fds(struct lws_context *context, struct lws *wsi)
224 struct lws_context_per_thread *pt = &context->pt[(int)wsi->tsi];
231 struct lws *wsi, int m)
233 struct lws_context_per_thread *pt = &context->pt[(int)wsi->tsi];
240 struct lws *wsi, struct lws_pollfd *pfd)