Searched refs:h_errno (Results 1 – 7 of 7) sorted by relevance
61 int h_errno; variable108 h_errno = HOST_NOT_FOUND; in lwip_gethostbyname()
119 extern int h_errno;
318 switch (h_errno) {
225 #define h_errno WSAGetLastError() macro
216 #define h_errno WSAGetLastError() macro
1137 switch (h_errno) { in xmlNanoHTTPConnectHost()
4635 ok(h != NULL, "gethostbyname(\"\") failed with %d\n", h_errno); in test_dns()4788 ok(he != NULL, "gethostbyname(\"localhost\") failed: %d\n", h_errno); in test_gethostbyname_hack()4810 ok(he != NULL, "gethostbyname(\"%s\") failed: %d\n", name, h_errno); in test_gethostbyname_hack()