Home
last modified time | relevance | path

Searched refs:get_protocol (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dtransports.py41 def get_protocol(self): member in BaseTransport
H A Dbase_subprocess.py90 def get_protocol(self): member in BaseSubprocessTransport
H A Dunix_events.py558 def get_protocol(self): member in _UnixReadPipeTransport
756 def get_protocol(self): member in _UnixWritePipeTransport
H A Dproactor_events.py97 def get_protocol(self): member in _ProactorBasePipeTransport
H A Dsslproto.py96 def get_protocol(self): member in _SSLProtocolTransport
H A Dselector_events.py827 def get_protocol(self): member in _SelectorTransport
H A Dbase_events.py211 self._proto = transp.get_protocol()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sslproto.py40 self.assertIs(ssl_proto._app_transport.get_protocol(), proto)
140 self.assertIs(ssl_proto._app_transport.get_protocol(), new_app_proto)
/third_party/node/deps/ada/
H A Dada.cpp11756 helpers::encode_json(get_protocol(), back);
11822 return ada::helpers::concat(get_protocol(), "//", get_host());
11832 return ada::helpers::concat(result->get_protocol(), "//",
11842 [[nodiscard]] std::string url::get_protocol() const noexcept {
12278 ada_log("SCHEME the scheme is ", url.get_protocol());
13284 buffer.insert(0, u.get_protocol());
13794 return helpers::concat(get_protocol(), "//", get_host());
13797 if (get_protocol() == "blob:") {
13804 return helpers::concat(out->get_protocol(), "//", out->get_host());
13916 [[nodiscard]] std::string_view url_aggregator::get_protocol() cons
[all...]
H A Dada.h4771 [[nodiscard]] std::string_view get_protocol() const noexcept;
5176 [[nodiscard]] std::string get_protocol() const noexcept;
5537 out.protocol_end = uint32_t(get_protocol().size());
5670 std::string output = get_protocol();
/third_party/python/Modules/
H A D_ssl.c3726 get_protocol(PySSLContext *self, void *c) { in get_protocol() function
4727 {"protocol", (getter) get_protocol,

Completed in 47 milliseconds