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

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

Completed in 27 milliseconds