Lines Matching defs:wsi
99 lws_callback_on_writable(pss->wsi);
109 lws_callback_on_writable(pss->wsi);
1407 pss->vhd->ops->channel_create(pss->wsi,
1449 pss->wsi,
1576 !pss->vhd->ops->exec(pss->ch_temp->priv, pss->wsi,
1735 pss->wsi, pp, pss->npos);
1750 pss->vhd->ops->rx(ch->priv, pss->wsi,
2007 lws_callback_raw_sshd(struct lws *wsi, enum lws_callback_reasons reason,
2022 * wsi that actually bind to a plugin "on top of us" that calls thru
2026 * protocol from the wsi. If there's a pss already, we can get it from
2031 lws_protocol_vh_priv_get(lws_get_vhost(wsi),
2034 if (lws_get_vhost(wsi))
2036 lws_protocol_vh_priv_get(lws_get_vhost(wsi),
2038 lws_get_vhost(wsi), "lws-ssh-base"));
2042 vhd = lws_protocol_vh_priv_zalloc(lws_get_vhost(wsi),
2043 lws_get_protocol(wsi),
2047 vhd->context = lws_get_context(wsi);
2048 vhd->protocol = lws_get_protocol(wsi);
2049 vhd->vhost = lws_get_vhost(wsi);
2098 pss->wsi = wsi;
2115 lws_set_timeout(wsi, (enum pending_timeout)
2299 lws_set_timeout(wsi, NO_PENDING_TIMEOUT, 0);
2460 lws_callback_on_writable(wsi);
2481 m = lws_write(wsi, (unsigned char *)buf + LWS_PRE, (unsigned int)n,
2531 lws_callback_on_writable(wsi);
2544 lwsl_notice("sshd LWS_CALLBACK_SSH_UART_SET_RXFLOW: wsi %p, %d\n",
2545 wsi, (int)len & 1);
2546 lws_rx_flow_control(wsi, len & 1);
2555 pss->wsi, (struct lws_cgi_args *)in))
2576 pss->wsi);
2579 * channel that is on the wsi