Home
last modified time | relevance | path

Searched refs:EAI_PROTOCOL (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Daddrinfo.h52 #undef EAI_PROTOCOL
70 #define EAI_PROTOCOL 13 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Daddrinfo.h52 #undef EAI_PROTOCOL
70 #define EAI_PROTOCOL 13 macro
Dgetaddrinfo.c373 ERR(EAI_PROTOCOL); /*xxx*/ in getaddrinfo()
Dsocketmodule.c5302 #ifdef EAI_PROTOCOL
5303 PyModule_AddIntConstant(m, "EAI_PROTOCOL", EAI_PROTOCOL);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Daddrinfo.h61 #undef EAI_PROTOCOL
79 #define EAI_PROTOCOL 13 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Daddrinfo.h52 #undef EAI_PROTOCOL
70 #define EAI_PROTOCOL 13 macro
Dsocketmodule.c5404 #ifdef EAI_PROTOCOL
5405 PyModule_AddIntConstant(m, "EAI_PROTOCOL", EAI_PROTOCOL);
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h208 #define EAI_PROTOCOL 13 /**< resolved protocol is unknown */ macro