Home
last modified time | relevance | path

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

/curl/lib/
H A Dhostip4.c153 int h_errnop; in Curl_ipv4_resolve_r() local
170 &h_errnop); in Curl_ipv4_resolve_r()
190 &h_errnop); in Curl_ipv4_resolve_r()
256 h_errnop = SOCKERRNO; /* we do not deal with this, but set it anyway */ in Curl_ipv4_resolve_r()
H A Damigaos.c135 LONG h_errnop = 0; in Curl_ipv4_resolve_r() local
143 &h_errnop); in Curl_ipv4_resolve_r()
/curl/CMake/
H A DCurlTests.c86 int h_errnop; in main() local
95 rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); in main()
99 rc = gethostbyname_r(address, &h, buffer, 8192, &hp, &h_errnop); in main()

Completed in 10 milliseconds