HomeSort by relevance Sort by last modified time
    Searched defs:PySocketModule (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
socketmodule.h 163 PySocketModule:
174 PySocketModule.Sock_Type,
210 &PySocketModule.Sock_Type, (PyObject*)&Sock,
217 PySocketModule_APIObject PySocketModule;
220 PySocketModule and check its outcome; otherwise all accesses will
236 memcpy(&PySocketModule, api, sizeof(PySocketModule));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.h 163 PySocketModule:
174 PySocketModule.Sock_Type,
210 &PySocketModule.Sock_Type, (PyObject*)&Sock,
217 PySocketModule_APIObject PySocketModule;
220 PySocketModule and check its outcome; otherwise all accesses will
236 memcpy(&PySocketModule, api, sizeof(PySocketModule));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.h 164 PySocketModule:
175 PySocketModule.Sock_Type,
211 &PySocketModule.Sock_Type, (PyObject*)&Sock,
218 PySocketModule_APIObject PySocketModule;
221 PySocketModule and check its outcome; otherwise all accesses will
237 memcpy(&PySocketModule, api, sizeof(PySocketModule));
  /external/python/cpython2/Modules/
socketmodule.h 164 PySocketModule:
175 PySocketModule.Sock_Type,
211 &PySocketModule.Sock_Type, (PyObject*)&Sock,
218 PySocketModule_APIObject PySocketModule;
221 PySocketModule and check its outcome; otherwise all accesses will
237 memcpy(&PySocketModule, api, sizeof(PySocketModule));
  /external/python/cpython3/Modules/
_ssl.c 50 static PySocketModule_APIObject PySocketModule;
732 PyErr_SetString(PySocketModule.timeout_error,
    [all...]

Completed in 825 milliseconds