Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c438 static PyObject *socket_herror; variable
558 PyErr_SetObject(socket_herror, v); in set_herror()
4496 socket_herror = PyErr_NewException("socket.herror",
4498 if (socket_herror == NULL)
4500 Py_INCREF(socket_herror);
4501 PyModule_AddObject(m, "herror", socket_herror);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c443 static PyObject *socket_herror; variable
570 PyErr_SetObject(socket_herror, v); in set_herror()
4598 socket_herror = PyErr_NewException("socket.herror",
4600 if (socket_herror == NULL)
4602 Py_INCREF(socket_herror);
4603 PyModule_AddObject(m, "herror", socket_herror);