Searched refs:pty_req (Results 1 – 5 of 5) sorted by relevance
279 int (*pty_req)(void *priv, struct lws_ssh_pty *pty); member
368 .pty_req = NULL,
611 .pty_req = ssh_ops_pty_req,
149 .pty_req = ssh_ops_pty_req,
1513 if (pss->vhd->ops && pss->vhd->ops->pty_req) in lws_ssh_parse_plaintext()1514 n = pss->vhd->ops->pty_req(pss->ch_temp->priv, in lws_ssh_parse_plaintext()