Searched refs:channel_destroy (Results 1 - 7 of 7) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/ |
H A D | telnet.c | 168 if (vhd->ops->channel_destroy) in lws_callback_raw_telnet() 169 vhd->ops->channel_destroy(pss->priv); in lws_callback_raw_telnet()
|
H A D | sshd.c | 503 pss->vhd->ops->channel_destroy) in ssh_destroy_channel() 504 pss->vhd->ops->channel_destroy(ch->priv); in ssh_destroy_channel()
|
/third_party/libwebsockets/plugins/ssh-base/include/ |
H A D | lws-plugin-ssh.h | 154 * channel_destroy() - Channel is being destroyed 161 int (*channel_destroy)(void *priv); member
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_sshd_demo.c | 366 .channel_destroy = ssh_ops_channel_destroy,
|
/third_party/libwebsockets/test-apps/ |
H A D | test-sshd.c | 609 .channel_destroy = ssh_ops_channel_destroy,
|
/third_party/python/Modules/ |
H A D | _xxsubinterpretersmodule.c | 2280 channel_destroy(PyObject *self, PyObject *args, PyObject *kwds) in channel_destroy() function 2284 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&:channel_destroy", kwlist, in channel_destroy() 2296 "channel_destroy(cid)\n\ 2566 {"channel_destroy", _PyCFunction_CAST(channel_destroy),
|
/third_party/python/Lib/test/ |
H A D | test__xxsubinterpreters.py | 291 interpreters.channel_destroy(cid) 363 interpreters.channel_destroy(self.cid)
|
Completed in 12 milliseconds