Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Daddrinfo.h46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Daddrinfo.h46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */ macro
Dgetaddrinfo.c562 error = EAI_NODATA;
Dsocketmodule.c5281 #ifdef EAI_NODATA
5282 PyModule_AddIntConstant(m, "EAI_NODATA", EAI_NODATA);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Daddrinfo.h55 #undef EAI_NODATA
73 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Daddrinfo.h46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */ macro
Dsocketmodule.c5383 #ifdef EAI_NODATA
5384 PyModule_AddIntConstant(m, "EAI_NODATA", EAI_NODATA);
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h202 #define EAI_NODATA 7 /**< no address associated with hostname */ macro
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetaddrinfo.c499 ERR(EAI_NODATA); in getaddrinfo()
599 error = EAI_NODATA; in explore_fqdn()
837 return(EAI_NODATA); /* XXX: is return OK? */ in explore_numeric_scope()