Lines Matching defs:wsi
691 context->lcg[LWSLCG_WSI].tag_prefix = "wsi";
696 context->lcg[LWSLCG_WSI_MUX].tag_prefix = "mux"; /* a mux child wsi */
1125 * when the source of the callback is not actually from a wsi
1642 * - lws_context_destroy() simply starts a soft close of all wsi and
1696 struct lws wsi;
1698 memset(&wsi, 0, sizeof(wsi));
1699 wsi.a.context = pt->context;
1700 wsi.tsi = (char)pt->tid;
1701 lws_plat_pipe_close(&wsi);
1750 * - If not, close all wsi on the pt loop and start logical pt destroy
1801 * Close any vhost listen wsi
1833 * initiated, so they will reject any new wsi, and iterate all
1834 * existing pt wsi starting to close them.
1838 * refcounted wsi are gone.
1859 struct lws *wsi = wsi_from_fd(context,
1862 if (wsi) {
1865 "pt %d: closing wsi %p: role %s",
1866 n, wsi, wsi->role_ops->name);
1868 lws_close_free_wsi(wsi,
1873 if (pt->pipe_wsi == wsi)
1990 * Every pt and wsi that may depend on the logical vhosts