Searched refs:channel_create (Results 1 – 18 of 18) sorted by relevance
/third_party/python/Lib/test/ |
D | test__xxsubinterpreters.py | 360 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() 1202 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 | 1406 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/ |
D | lws-plugin-ssh.h | 151 int (*channel_create)(struct lws *wsi, void **priv); member
|
/third_party/python/Lib/test/support/ |
D | interpreters.py | 105 cid = _interpreters.channel_create()
|
/third_party/libwebsockets/plugins/ |
D | protocol_lws_sshd_demo.c | 365 .channel_create = ssh_ops_channel_create,
|
/third_party/libwebsockets/test-apps/ |
D | test-sshd.c | 608 .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 | 2271 channel_create(PyObject *self, PyObject *Py_UNUSED(ignored)) in channel_create() function 2579 {"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.c++.internal | 1208 src/core/ext/transport/chttp2/client/insecure/channel_create.cc \
|
D | Doxyfile.core.internal | 1018 src/core/ext/transport/chttp2/client/insecure/channel_create.cc \
|