Searched refs:EAI_SYSTEM (Results 1 – 8 of 8) sorted by relevance
50 #undef EAI_SYSTEM68 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
583 #ifdef EAI_SYSTEM in set_gaierror()585 if (error == EAI_SYSTEM) in set_gaierror()5398 #ifdef EAI_SYSTEM5399 PyModule_AddIntConstant(m, "EAI_SYSTEM", EAI_SYSTEM);
59 #undef EAI_SYSTEM77 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
571 #ifdef EAI_SYSTEM in set_gaierror()573 if (error == EAI_SYSTEM) in set_gaierror()5296 #ifdef EAI_SYSTEM5297 PyModule_AddIntConstant(m, "EAI_SYSTEM", EAI_SYSTEM);
315 return EAI_SYSTEM; in getnameinfo_inet()361 return EAI_SYSTEM; in getnameinfo_inet()387 return EAI_SYSTEM; in ip6_parsenumeric()
206 #define EAI_SYSTEM 11 /**< system error returned in errno */ macro