Searched refs:h_errnop (Results 1 – 4 of 4) sorted by relevance
/external/curl/lib/ |
D | hostip4.c | 160 int h_errnop; 177 &h_errnop); 197 &h_errnop); 263 h_errnop = SOCKERRNO; /* we don't deal with this, but set it anyway */
|
/external/curl/CMake/ |
D | CurlTests.c | 117 int h_errnop; in main() local 130 hp = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &h_errnop); in main() 134 rc = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &hp, &h_errnop); in main() 142 rc = gethostbyname_r(address, &h, buffer, 8192, 0, &h_errnop); in main() 146 rc = gethostbyname_r(address, &h, buffer, 8192, &hp, &h_errnop); in main()
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_mdns.c | 415 int *h_errnop 445 int *h_errnop 478 int *h_errnop 535 int *h_errnop 665 int *h_errnop in _nss_mdns_gethostbyname_r() argument 676 name, AF_INET, result_buf, buf, buflen, errnop, h_errnop in _nss_mdns_gethostbyname_r() 689 int *h_errnop in _nss_mdns_gethostbyname2_r() argument 700 name, af, result_buf, buf, buflen, errnop, h_errnop in _nss_mdns_gethostbyname2_r() 714 int *h_errnop in _nss_mdns_gethostbyaddr_r() argument 739 *h_errnop = HOST_NOT_FOUND; in _nss_mdns_gethostbyaddr_r() [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2086 int *h_errnop) { 2089 h_errnop); 2093 int res = REAL(gethostbyname_r)(name, ret, buf, buflen, result, h_errnop); 2098 if (h_errnop) 2099 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h_errnop, sizeof(*h_errnop)); 2109 SIZE_T buflen, __sanitizer_hostent **result, int *h_errnop) { 2112 h_errnop); 2116 int res = REAL(gethostent_r)(ret, buf, buflen, result, h_errnop); 2121 if (h_errnop) 2122 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h_errnop, sizeof(*h_errnop)); [all …]
|