Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetnameinfo.c239 return EAI_MEMORY; in getnameinfo_inet()
244 return EAI_MEMORY; in getnameinfo_inet()
318 return EAI_MEMORY; in getnameinfo_inet()
339 return EAI_MEMORY; in getnameinfo_inet()
499 return EAI_MEMORY;
517 return EAI_MEMORY;
575 return EAI_MEMORY;
Dgetaddrinfo.c274 error = EAI_MEMORY; \
821 return EAI_MEMORY; in explore_numeric_scope()
860 return EAI_MEMORY; in get_canonname()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Daddrinfo.h45 #undef EAI_MEMORY
63 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Daddrinfo.h45 #undef EAI_MEMORY
63 #define EAI_MEMORY 6 /* memory allocation failure */ macro
Dgetaddrinfo.c162 error = EAI_MEMORY;\
Dsocketmodule.c5278 #ifdef EAI_MEMORY
5279 PyModule_AddIntConstant(m, "EAI_MEMORY", EAI_MEMORY);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Daddrinfo.h54 #undef EAI_MEMORY
72 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Daddrinfo.h45 #undef EAI_MEMORY
63 #define EAI_MEMORY 6 /* memory allocation failure */ macro
Dsocketmodule.c5380 #ifdef EAI_MEMORY
5381 PyModule_AddIntConstant(m, "EAI_MEMORY", EAI_MEMORY);
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h201 #define EAI_MEMORY 6 /**< memory allocation failure */ macro