Lines Matching refs:pptr
6544 const char *hptr, *pptr;
6577 pptr = pbuf;
6579 pptr = PyUnicode_AsUTF8(pobj);
6580 if (pptr == NULL)
6583 pptr = PyBytes_AS_STRING(pobj);
6585 pptr = (char *)NULL;
6591 if ((flags & AI_NUMERICSERV) && (pptr == NULL || (pptr[0] == '0' && pptr[1] == 0))) {
6596 pptr = "00";
6611 error = getaddrinfo(hptr, pptr, &hints, &res0);