Searched refs:h_errnop (Results 1 – 8 of 8) sorted by relevance
/external/curl/lib/ |
D | hostip4.c | 161 int h_errnop; 178 &h_errnop); 198 &h_errnop); 264 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, &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 | 2255 int *h_errnop) { 2258 h_errnop); 2262 int res = REAL(gethostbyname_r)(name, ret, buf, buflen, result, h_errnop); 2267 if (h_errnop) 2268 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h_errnop, sizeof(*h_errnop)); 2278 SIZE_T buflen, __sanitizer_hostent **result, int *h_errnop) { 2281 h_errnop); 2285 int res = REAL(gethostent_r)(ret, buf, buflen, result, h_errnop); 2290 if (h_errnop) 2291 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h_errnop, sizeof(*h_errnop)); [all …]
|
/external/python/cpython2/ |
D | configure.ac | 3729 int h_errnop; 3731 (void) gethostbyname_r(name, he, buffer, buflen, &res, &h_errnop) 3747 int h_errnop; 3749 (void) gethostbyname_r(name, he, buffer, buflen, &h_errnop)
|
D | configure | 12688 int h_errnop; 12690 (void) gethostbyname_r(name, he, buffer, buflen, &res, &h_errnop) 12725 int h_errnop; 12727 (void) gethostbyname_r(name, he, buffer, buflen, &h_errnop)
|
/external/python/cpython3/ |
D | configure.ac | 4224 int h_errnop; 4226 (void) gethostbyname_r(name, he, buffer, buflen, &res, &h_errnop) 4242 int h_errnop; 4244 (void) gethostbyname_r(name, he, buffer, buflen, &h_errnop)
|
D | configure | 13973 int h_errnop; 13975 (void) gethostbyname_r(name, he, buffer, buflen, &res, &h_errnop) 14010 int h_errnop; 14012 (void) gethostbyname_r(name, he, buffer, buflen, &h_errnop)
|