Home
last modified time | relevance | path

Searched refs:EAI_SERVICE (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Daddrinfo.h48 #undef EAI_SERVICE
66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Daddrinfo.h48 #undef EAI_SERVICE
66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
Dgetaddrinfo.c363 ERR(EAI_SERVICE); in getaddrinfo()
Dsocketmodule.c5290 #ifdef EAI_SERVICE
5291 PyModule_AddIntConstant(m, "EAI_SERVICE", EAI_SERVICE);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Daddrinfo.h57 #undef EAI_SERVICE
75 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Daddrinfo.h48 #undef EAI_SERVICE
66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
Dsocketmodule.c5392 #ifdef EAI_SERVICE
5393 PyModule_AddIntConstant(m, "EAI_SERVICE", EAI_SERVICE);
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h204 #define EAI_SERVICE 9 /**< servname not supported for ai_socktype */ macro
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetaddrinfo.c929 return EAI_SERVICE; in get_port()
949 return EAI_SERVICE; in get_port()
951 return EAI_SERVICE; in get_port()
973 return EAI_SERVICE; in get_port()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_socket.py633 if err.errno == socket.EAI_SERVICE: