Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_ssl.c364 static int PySSL_set_owner(PySSLSocket *, PyObject *, void *);
906 if (PySSL_set_owner(self, owner, NULL) == -1) { in newPySSLSocket()
2207 PySSL_set_owner(PySSLSocket *self, PyObject *value, void *c) in PySSL_set_owner() function
2929 {"owner", (getter) PySSL_get_owner, (setter) PySSL_set_owner,

Completed in 8 milliseconds