Home
last modified time | relevance | path

Searched refs:channel_destroy (Results 1 - 7 of 7) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/
H A Dtelnet.c168 if (vhd->ops->channel_destroy) in lws_callback_raw_telnet()
169 vhd->ops->channel_destroy(pss->priv); in lws_callback_raw_telnet()
H A Dsshd.c503 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 Dlws-plugin-ssh.h154 * channel_destroy() - Channel is being destroyed
161 int (*channel_destroy)(void *priv); member
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_sshd_demo.c366 .channel_destroy = ssh_ops_channel_destroy,
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c609 .channel_destroy = ssh_ops_channel_destroy,
/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c2280 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 Dtest__xxsubinterpreters.py291 interpreters.channel_destroy(cid)
363 interpreters.channel_destroy(self.cid)

Completed in 12 milliseconds