Searched refs:h_errnop (Results 1 – 3 of 3) sorted by relevance
/curl/lib/ |
H A D | hostip4.c | 155 int h_errnop; in Curl_ipv4_resolve_r() local 172 &h_errnop); in Curl_ipv4_resolve_r() 192 &h_errnop); in Curl_ipv4_resolve_r() 258 h_errnop = SOCKERRNO; /* we do not deal with this, but set it anyway */ in Curl_ipv4_resolve_r()
|
H A D | amigaos.c | 135 LONG h_errnop = 0; in Curl_ipv4_resolve_r() local 143 &h_errnop); in Curl_ipv4_resolve_r()
|
/curl/CMake/ |
H A D | CurlTests.c | 87 int h_errnop; in main() local 96 rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); in main() 100 rc = gethostbyname_r(address, &h, buffer, 8192, &hp, &h_errnop); in main()
|
Completed in 5 milliseconds