Searched refs:AI_DEFAULT (Results 1 – 5 of 5) sorted by relevance
85 #undef AI_DEFAULT99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG) macro
8212 #ifdef AI_DEFAULT8213 PyModule_AddIntMacro(m, AI_DEFAULT);
5462 #ifdef AI_DEFAULT5463 PyModule_AddIntConstant(m, "AI_DEFAULT", AI_DEFAULT);
2813 pub const AI_DEFAULT: ::c_int = AI_V4MAPPED_CFG | AI_ADDRCONFIG; constant