Home | History | Annotate | Download | only in Modules

Lines Matching defs:NI_MAXHOST

425 #if !defined(NI_MAXHOST)

426 #define NI_MAXHOST 1025
907 char buf[NI_MAXHOST];
4164 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
5338 #ifdef NI_MAXHOST
5339 PyModule_AddIntConstant(m, "NI_MAXHOST", NI_MAXHOST);