Home | History | Annotate | Download | only in tests

Lines Matching defs:host

33   // It's okay for the host argument to be NULL, as long as service isn't.
42 // It's okay for the service argument to be NULL, as long as host isn't.
145 char host[NI_MAXHOST];
150 host, sizeof(host), NULL, 0, 0));
151 ASSERT_STREQ(host, "localhost");
163 char host[NI_MAXHOST];
168 host, sizeof(host), NULL, 0, 0));
169 VerifyLocalhostName(host);