Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_ssl.c1559 static PyMethodDef PySSL_methods[] = { variable
1656 m = Py_InitModule3("_ssl", PySSL_methods, module_doc); in init_ssl()