Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsocketmodule.c467 static PyObject *socket_herror; variable
594 PyErr_SetObject(socket_herror, v); in set_herror()
4623 socket_herror = PyErr_NewException("socket.herror",
4625 if (socket_herror == NULL)
4627 Py_INCREF(socket_herror);
4628 PyModule_AddObject(m, "herror", socket_herror);
/external/python/cpython3/Modules/
Dsocketmodule.c512 static PyObject *socket_herror; variable
619 PyErr_SetObject(socket_herror, v); in set_herror()
7113 socket_herror = PyErr_NewException("socket.herror",
7115 if (socket_herror == NULL)
7117 Py_INCREF(socket_herror);
7118 PyModule_AddObject(m, "herror", socket_herror);
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv2416 Modules/socketmodule.c - socket_herror -