Searched defs:too_much (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dnetdb_test.cpp121 socklen_t too_much = sizeof(ss); local
125 ASSERT_EQ(0, getnameinfo(sa, too_much, tmp, sizeof(tmp), NULL, 0, NI_NUMERICHOST));
134 too_much = just_right + 1;
136 ASSERT_EQ(0, getnameinfo(sa, too_much, tmp, sizeof(tmp), NULL, 0, NI_NUMERICHOST));

Completed in 31 milliseconds