Searched refs:channel_create (Results 1 – 25 of 30) sorted by relevance
12
/external/python/cpython3/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 …]
|
/external/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()
|
/external/libwebsockets/plugins/ssh-base/include/ |
D | lws-plugin-ssh.h | 151 int (*channel_create)(struct lws *wsi, void **priv); member
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
D | GRPCChannel.m | 109 // Retain arguments to channel_create because they may not be used on the thread that invoked 110 // the channel_create function.
|
/external/python/cpython3/Lib/test/support/ |
D | interpreters.py | 105 cid = _interpreters.channel_create()
|
/external/libwebsockets/plugins/ |
D | protocol_lws_sshd_demo.c | 365 .channel_create = ssh_ops_channel_create,
|
/external/libwebsockets/test-apps/ |
D | test-sshd.c | 608 .channel_create = ssh_ops_channel_create,
|
/external/libwebsockets/READMEs/ |
D | README.plugin-sshd-base.md | 141 .channel_create = ssh_ops_channel_create,
|
/external/python/cpython3/Modules/ |
D | _xxsubinterpretersmodule.c | 2271 channel_create(PyObject *self, PyObject *Py_UNUSED(ignored)) in channel_create() function 2579 {"channel_create", channel_create,
|
/external/grpc-grpc/ |
D | Android.bp | 412 "src/core/ext/transport/chttp2/client/insecure/channel_create.cc",
|
D | config.m4 | 333 src/core/ext/transport/chttp2/client/insecure/channel_create.cc \
|
D | config.w32 | 308 "src\\core\\ext\\transport\\chttp2\\client\\insecure\\channel_create.cc " +
|
D | grpc.gyp | 525 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc', 1275 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
|
D | BUILD | 1655 "src/core/ext/transport/chttp2/client/insecure/channel_create.cc",
|
D | gRPC-Core.podspec | 763 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
|
D | CMakeLists.txt | 1200 src/core/ext/transport/chttp2/client/insecure/channel_create.cc 1635 src/core/ext/transport/chttp2/client/insecure/channel_create.cc 2542 src/core/ext/transport/chttp2/client/insecure/channel_create.cc 3179 src/core/ext/transport/chttp2/client/insecure/channel_create.cc
|
D | grpc.gemspec | 702 s.files += %w( src/core/ext/transport/chttp2/client/insecure/channel_create.cc )
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.gyp | 543 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc', 1171 '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 | BUILD.gn | 384 "src/core/ext/transport/chttp2/client/insecure/channel_create.cc",
|
D | config.w32 | 87 "src\\core\\ext\\transport\\chttp2\\client\\insecure\\channel_create.cc " +
|
D | BUILD | 2219 "src/core/ext/transport/chttp2/client/insecure/channel_create.cc",
|
D | gRPC-Core.podspec | 334 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
|
D | CMakeLists.txt | 1569 src/core/ext/transport/chttp2/client/insecure/channel_create.cc 2375 src/core/ext/transport/chttp2/client/insecure/channel_create.cc
|
12