OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:too_much
(Results
1 - 1
of
1
) sorted by null
/bionic/tests/
netdb_test.cpp
37
socklen_t
too_much
= sizeof(ss);
local
41
ASSERT_EQ(0, getnameinfo(sa,
too_much
, tmp, sizeof(tmp), NULL, 0, NI_NUMERICHOST));
50
too_much
= just_right + 1;
52
ASSERT_EQ(0, getnameinfo(sa,
too_much
, tmp, sizeof(tmp), NULL, 0, NI_NUMERICHOST));
Completed in 359 milliseconds