Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Daddrinfo.h50 #undef EAI_SYSTEM
68 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Daddrinfo.h50 #undef EAI_SYSTEM
68 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
Dsocketmodule.c571 #ifdef EAI_SYSTEM in set_gaierror()
573 if (error == EAI_SYSTEM) in set_gaierror()
5296 #ifdef EAI_SYSTEM
5297 PyModule_AddIntConstant(m, "EAI_SYSTEM", EAI_SYSTEM);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Daddrinfo.h59 #undef EAI_SYSTEM
77 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Daddrinfo.h50 #undef EAI_SYSTEM
68 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
Dsocketmodule.c583 #ifdef EAI_SYSTEM in set_gaierror()
585 if (error == EAI_SYSTEM) in set_gaierror()
5398 #ifdef EAI_SYSTEM
5399 PyModule_AddIntConstant(m, "EAI_SYSTEM", EAI_SYSTEM);
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetnameinfo.c315 return EAI_SYSTEM; in getnameinfo_inet()
361 return EAI_SYSTEM; in getnameinfo_inet()
387 return EAI_SYSTEM; in ip6_parsenumeric()
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h206 #define EAI_SYSTEM 11 /**< system error returned in errno */ macro