Searched refs:too_much (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | netdb_test.cpp | 121 socklen_t too_much = sizeof(ss); in TEST() local 125 ASSERT_EQ(0, getnameinfo(sa, too_much, tmp, sizeof(tmp), nullptr, 0, NI_NUMERICHOST)); in TEST() 134 too_much = just_right + 1; in TEST() 136 ASSERT_EQ(0, getnameinfo(sa, too_much, tmp, sizeof(tmp), nullptr, 0, NI_NUMERICHOST)); in TEST()
|