Searched refs:channel_destroy (Results 1 – 9 of 9) sorted by relevance
168 if (vhd->ops->channel_destroy) in lws_callback_raw_telnet()169 vhd->ops->channel_destroy(pss->priv); in lws_callback_raw_telnet()
503 pss->vhd->ops->channel_destroy) in ssh_destroy_channel()504 pss->vhd->ops->channel_destroy(ch->priv); in ssh_destroy_channel()
161 int (*channel_destroy)(void *priv); member
366 .channel_destroy = ssh_ops_channel_destroy,
609 .channel_destroy = ssh_ops_channel_destroy,
142 .channel_destroy = ssh_ops_channel_destroy,
2295 channel_destroy(PyObject *self, PyObject *args, PyObject *kwds) in channel_destroy() function2581 {"channel_destroy", (PyCFunction)(void(*)(void))channel_destroy,
291 interpreters.channel_destroy(cid)363 interpreters.channel_destroy(self.cid)
378 Modules/_xxsubinterpretersmodule.c channel_destroy kwlist -