Searched refs:hp2 (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | netdb_test.cpp | 208 hostent *hp2; in TEST() local 210 result = gethostbyname_r("localhost", &hent2, buf2, sizeof(buf2), &hp2, &err); in TEST() 212 VerifyLocalhost(hp2); in TEST() 230 hostent *hp2; in TEST() local 232 result = gethostbyname2_r("localhost", AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err); in TEST() 234 VerifyLocalhost(hp2); in TEST() 259 hostent *hp2; in TEST() local 261 result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err); in TEST() 263 VerifyLocalhost(hp2); in TEST()
|