Home
last modified time | relevance | path

Searched refs:channel_create (Results 1 – 25 of 30) sorted by relevance

12

/external/python/cpython3/Lib/test/
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()
1202 cid = interpreters.channel_create()
[all …]
/external/libwebsockets/plugins/ssh-base/
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()
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()
/external/libwebsockets/plugins/ssh-base/include/
Dlws-plugin-ssh.h151 int (*channel_create)(struct lws *wsi, void **priv); member
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCChannel.m109 // 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/
Dinterpreters.py105 cid = _interpreters.channel_create()
/external/libwebsockets/plugins/
Dprotocol_lws_sshd_demo.c365 .channel_create = ssh_ops_channel_create,
/external/libwebsockets/test-apps/
Dtest-sshd.c608 .channel_create = ssh_ops_channel_create,
/external/libwebsockets/READMEs/
DREADME.plugin-sshd-base.md141 .channel_create = ssh_ops_channel_create,
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c2271 channel_create(PyObject *self, PyObject *Py_UNUSED(ignored)) in channel_create() function
2579 {"channel_create", channel_create,
/external/grpc-grpc/
DAndroid.bp412 "src/core/ext/transport/chttp2/client/insecure/channel_create.cc",
Dconfig.m4333 src/core/ext/transport/chttp2/client/insecure/channel_create.cc \
Dconfig.w32308 "src\\core\\ext\\transport\\chttp2\\client\\insecure\\channel_create.cc " +
Dgrpc.gyp525 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
1275 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
DBUILD1655 "src/core/ext/transport/chttp2/client/insecure/channel_create.cc",
DgRPC-Core.podspec763 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
DCMakeLists.txt1200 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
Dgrpc.gemspec702 s.files += %w( src/core/ext/transport/chttp2/client/insecure/channel_create.cc )
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.gyp543 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
1171 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
Dconfig.m4121 src/core/ext/transport/chttp2/client/insecure/channel_create.cc \
DBUILD.gn384 "src/core/ext/transport/chttp2/client/insecure/channel_create.cc",
Dconfig.w3287 "src\\core\\ext\\transport\\chttp2\\client\\insecure\\channel_create.cc " +
DBUILD2219 "src/core/ext/transport/chttp2/client/insecure/channel_create.cc",
DgRPC-Core.podspec334 'src/core/ext/transport/chttp2/client/insecure/channel_create.cc',
DCMakeLists.txt1569 src/core/ext/transport/chttp2/client/insecure/channel_create.cc
2375 src/core/ext/transport/chttp2/client/insecure/channel_create.cc

12