Home
last modified time | relevance | path

Searched refs:channel_create (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/test/
H A Dtest__xxsubinterpreters.py360 self.cid = interpreters.channel_create()
551 id = interpreters.channel_create()
1119 cid = interpreters.channel_create()
1141 cid1 = interpreters.channel_create()
1143 cid3 = interpreters.channel_create()
1166 cid = interpreters.channel_create()
1171 id1 = interpreters.channel_create()
1172 id2 = interpreters.channel_create()
1173 id3 = interpreters.channel_create()
1184 cid = _interpreters.channel_create()
[all...]
/third_party/libwebsockets/plugins/ssh-base/
H A Dtelnet.c158 if (vhd->ops->channel_create) in lws_callback_raw_telnet()
159 vhd->ops->channel_create(wsi, &pss->priv); in lws_callback_raw_telnet()
H A Dsshd.c1406 if (pss->vhd->ops && pss->vhd->ops->channel_create) in lws_ssh_parse_plaintext()
1407 pss->vhd->ops->channel_create(pss->wsi, in lws_ssh_parse_plaintext()
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-plugin-ssh.h137 * channel_create() - Channel created
151 int (*channel_create)(struct lws *wsi, void **priv); member
/third_party/python/Lib/test/support/
H A Dinterpreters.py105 cid = _interpreters.channel_create()
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_sshd_demo.c365 .channel_create = ssh_ops_channel_create,
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c608 .channel_create = ssh_ops_channel_create,
/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c2256 channel_create(PyObject *self, PyObject *Py_UNUSED(ignored)) in channel_create() function
2275 "channel_create() -> cid\n\
2564 {"channel_create", channel_create,

Completed in 10 milliseconds