Lines Matching defs:wsi
99 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user,
106 lws_protocol_vh_priv_get(lws_get_vhost(wsi),
107 lws_get_protocol(wsi));
114 vhd = lws_protocol_vh_priv_zalloc(lws_get_vhost(wsi),
115 lws_get_protocol(wsi),
119 vhd->context = lws_get_context(wsi);
120 vhd->protocol = lws_get_protocol(wsi);
121 vhd->vhost = lws_get_vhost(wsi);
219 /* the wsi that adopted the fifo file is closing...
257 lws_callback_on_writable(wsi);
266 lws_write(wsi, pss->buf, (size_t)pss->len, LWS_WRITE_HTTP);