Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_ssl.c127 static PyTypeObject PySSL_Type; variable
135 #define PySSLObject_Check(v) (Py_TYPE(v) == &PySSL_Type)
275 self = PyObject_New(PySSLObject, &PySSL_Type); /* Create new object */ in newPySSLObject()
1475 static PyTypeObject PySSL_Type = { variable
1654 Py_TYPE(&PySSL_Type) = &PyType_Type; in init_ssl()
1685 (PyObject *)&PySSL_Type) != 0) in init_ssl()