Home
last modified time | relevance | path

Searched refs:too_much (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dnetdb_test.cpp121 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()