Home
last modified time | relevance | path

Searched refs:EAI_AGAIN (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Daddrinfo.h41 #undef EAI_AGAIN
59 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Daddrinfo.h41 #undef EAI_AGAIN
59 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
Dgetaddrinfo.c565 error = EAI_AGAIN;
Dsocketmodule.c5266 #ifdef EAI_AGAIN
5267 PyModule_AddIntConstant(m, "EAI_AGAIN", EAI_AGAIN);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Daddrinfo.h50 #undef EAI_AGAIN
68 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Daddrinfo.h41 #undef EAI_AGAIN
59 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
Dsocketmodule.c5368 #ifdef EAI_AGAIN
5369 PyModule_AddIntConstant(m, "EAI_AGAIN", EAI_AGAIN);
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h197 #define EAI_AGAIN 2 /**< temporary failure in name resolution */ macro
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetaddrinfo.c593 error = EAI_AGAIN; in explore_fqdn()