Searched refs:EAI_AGAIN (Results 1 – 9 of 9) sorted by relevance
41 #undef EAI_AGAIN59 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
5368 #ifdef EAI_AGAIN5369 PyModule_AddIntConstant(m, "EAI_AGAIN", EAI_AGAIN);
50 #undef EAI_AGAIN68 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
565 error = EAI_AGAIN;
5266 #ifdef EAI_AGAIN5267 PyModule_AddIntConstant(m, "EAI_AGAIN", EAI_AGAIN);
197 #define EAI_AGAIN 2 /**< temporary failure in name resolution */ macro
593 error = EAI_AGAIN; in explore_fqdn()