Searched refs:hp2 (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | netdb_test.cpp | 209 hostent *hp2; in TEST() local 211 result = gethostbyname_r("localhost", &hent2, buf2, sizeof(buf2), &hp2, &err); in TEST() 213 VerifyLocalhost(hp2); in TEST() 231 hostent *hp2; in TEST() local 233 result = gethostbyname2_r("localhost", AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err); in TEST() 235 VerifyLocalhost(hp2); in TEST() 260 hostent *hp2; in TEST() local 262 result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err); in TEST() 264 VerifyLocalhost(hp2); in TEST()
|