Home | History | Annotate | Download | only in Modules

Lines Matching defs:hbuf

4164     char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];

4220 hbuf, sizeof(hbuf), pbuf, sizeof(pbuf), flags);
4225 ret = Py_BuildValue("ss", hbuf, pbuf);