Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c1591 static PyObject *PySSL_selected_npn_protocol(PySSLSocket *self) { in PySSL_selected_npn_protocol() function
2119 {"selected_npn_protocol", (PyCFunction)PySSL_selected_npn_protocol, METH_NOARGS},