Home
last modified time | relevance | path

Searched refs:PySSL_selected_alpn_protocol (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_ssl.c1605 static PyObject *PySSL_selected_alpn_protocol(PySSLSocket *self) { in PySSL_selected_alpn_protocol() function
2122 {"selected_alpn_protocol", (PyCFunction)PySSL_selected_alpn_protocol, METH_NOARGS},