Home | History | Annotate | Download | only in Modules

Lines Matching defs:NI_MAXHOST

467 #if !defined(NI_MAXHOST)
468 #define NI_MAXHOST 1025
1152 char buf[NI_MAXHOST];
6077 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
7641 #ifdef NI_MAXHOST
7642 PyModule_AddIntMacro(m, NI_MAXHOST);