Home
last modified time | relevance | path

Searched defs:_set_alpn_protocols (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dsecuretransport.py386 def _set_alpn_protocols(self, protocols): member in WrappedSocket
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dsecuretransport.py386 def _set_alpn_protocols(self, protocols): member in WrappedSocket
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dsecuretransport.py386 def _set_alpn_protocols(self, protocols): member in WrappedSocket
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dsecuretransport.py386 def _set_alpn_protocols(self, protocols): member in WrappedSocket
/aosp_15_r20/external/python/cpython2/Modules/
D_ssl.c2447 _set_alpn_protocols(PySSLContext *self, PyObject *args) in _set_alpn_protocols() function