Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c4551 PySocketModule_APIObject PySocketModuleAPI = variable
4595 PySocketModuleAPI.error = socket_error;
4635 PyCapsule_New(&PySocketModuleAPI, PySocket_CAPSULE_NAME, NULL)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c4449 PySocketModule_APIObject PySocketModuleAPI = variable
4493 PySocketModuleAPI.error = socket_error;
4533 PyCapsule_New(&PySocketModuleAPI, PySocket_CAPSULE_NAME, NULL)