Searched refs:channel_create (Results 1 – 17 of 17) sorted by relevance
/third_party/python/Lib/test/ |
D | test__xxsubinterpreters.py | 344 self.cid = interpreters.channel_create() 534 id = interpreters.channel_create() 1114 cid = interpreters.channel_create() 1136 cid1 = interpreters.channel_create() 1138 cid3 = interpreters.channel_create() 1161 cid = interpreters.channel_create() 1166 id1 = interpreters.channel_create() 1167 id2 = interpreters.channel_create() 1168 id3 = interpreters.channel_create() 1197 cid = interpreters.channel_create() [all …]
|
/third_party/libwebsockets/plugins/ssh-base/ |
D | telnet.c | 158 if (vhd->ops->channel_create) in lws_callback_raw_telnet() 159 vhd->ops->channel_create(wsi, &pss->priv); in lws_callback_raw_telnet()
|
D | sshd.c | 1397 if (pss->vhd->ops && pss->vhd->ops->channel_create) in lws_ssh_parse_plaintext() 1398 pss->vhd->ops->channel_create(pss->wsi, in lws_ssh_parse_plaintext()
|
/third_party/libwebsockets/plugins/ssh-base/include/ |
D | lws-plugin-ssh.h | 151 int (*channel_create)(struct lws *wsi, void **priv); member
|
/third_party/libwebsockets/plugins/ |
D | protocol_lws_sshd_demo.c | 360 .channel_create = ssh_ops_channel_create,
|
/third_party/libwebsockets/test-apps/ |
D | test-sshd.c | 603 .channel_create = ssh_ops_channel_create,
|
/third_party/libwebsockets/READMEs/ |
D | README.plugin-sshd-base.md | 141 .channel_create = ssh_ops_channel_create,
|
/third_party/python/Modules/ |
D | _xxsubinterpretersmodule.c | 2264 channel_create(PyObject *self, PyObject *Py_UNUSED(ignored)) in channel_create() function 2572 {"channel_create", channel_create,
|
/third_party/grpc/ |
D | grpc.gyp | 518 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc', 1027 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
|
D | config.m4 | 121 src/core/ext/transport/chttp2/client/insecure/channel_create.cc \
|
D | config.w32 | 89 "src\\core\\ext\\transport\\chttp2\\client\\insecure\\channel_create.cc " +
|
D | BUILD.gn | 343 "src/core/ext/transport/chttp2/client/insecure/channel_create.cc",
|
D | BUILD | 1954 "src/core/ext/transport/chttp2/client/insecure/channel_create.cc",
|
D | gRPC-Core.podspec | 329 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
|
D | CMakeLists.txt | 1414 src/core/ext/transport/chttp2/client/insecure/channel_create.cc 2092 src/core/ext/transport/chttp2/client/insecure/channel_create.cc
|
/third_party/grpc/tools/doxygen/ |
D | Doxyfile.core.internal | 1018 src/core/ext/transport/chttp2/client/insecure/channel_create.cc \
|
D | Doxyfile.c++.internal | 1208 src/core/ext/transport/chttp2/client/insecure/channel_create.cc \
|