Lines Matching defs:ops
35 const struct lws_ssh_ops *ops;
140 if (!strcmp(pvo->name, "ops"))
141 vhd->ops = (const struct lws_ssh_ops *)pvo->value;
146 if (!vhd->ops) {
147 lwsl_err("telnet pvo \"ops\" is mandatory\n");
158 if (vhd->ops->channel_create)
159 vhd->ops->channel_create(wsi, &pss->priv);
168 if (vhd->ops->channel_destroy)
169 vhd->ops->channel_destroy(pss->priv);
190 pss->vhd->ops->rx(pss->priv, wsi, buf, (uint32_t)n);
208 m = (int)pss->vhd->ops->tx(pss->priv, LWS_STDOUT, pu,
230 if (vhd->ops->tx_waiting(&pss->priv))