Searched refs:get_protocol (Results 1 - 11 of 11) sorted by relevance
/third_party/python/Lib/asyncio/ |
H A D | transports.py | 41 def get_protocol(self): member in BaseTransport
|
H A D | base_subprocess.py | 90 def get_protocol(self): member in BaseSubprocessTransport
|
H A D | unix_events.py | 558 def get_protocol(self): member in _UnixReadPipeTransport 756 def get_protocol(self): member in _UnixWritePipeTransport
|
H A D | proactor_events.py | 97 def get_protocol(self): member in _ProactorBasePipeTransport
|
H A D | sslproto.py | 96 def get_protocol(self): member in _SSLProtocolTransport
|
H A D | selector_events.py | 827 def get_protocol(self): member in _SelectorTransport
|
H A D | base_events.py | 211 self._proto = transp.get_protocol()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_sslproto.py | 40 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 D | ada.cpp | 11756 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 D | ada.h | 4771 [[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.c | 3726 get_protocol(PySSLContext *self, void *c) { in get_protocol() function 4727 {"protocol", (getter) get_protocol,
|
Completed in 46 milliseconds