Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsocketmodule.c4576 PySocketModule_APIObject PySocketModuleAPI = variable
4620 PySocketModuleAPI.error = socket_error;
4660 PyCapsule_New(&PySocketModuleAPI, PySocket_CAPSULE_NAME, NULL)
/external/python/cpython3/Modules/
Dsocketmodule.c6753 PySocketModule_APIObject PySocketModuleAPI = variable
6808 PySocketModuleAPI.error = PyExc_OSError;
6827 PySocketModuleAPI.timeout_error = socket_timeout;
6849 PyCapsule_New(&PySocketModuleAPI, PySocket_CAPSULE_NAME, NULL)