Searched refs:gethostbyaddr_r (Results 1 – 13 of 13) sorted by relevance
/external/curl/CMake/ |
D | CurlTests.c | 121 #ifndef gethostbyaddr_r in main() 122 (void)gethostbyaddr_r; in main() 127 rc = gethostbyaddr_r(address, length, type, &h, &hdata); in main() 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()
|
/external/curl/m4/ |
D | curl-reentrant.m4 | 257 dnl makes function gethostbyaddr_r compiler visible. 261 AC_LANG_FUNC_LINK_TRY([gethostbyaddr_r]) 268 AC_EGREP_CPP([gethostbyaddr_r],[ 274 AC_EGREP_CPP([gethostbyaddr_r],[
|
D | curl-functions.m4 | 2408 dnl Verify if gethostbyaddr_r is available, prototyped, 2423 AC_MSG_CHECKING([if gethostbyaddr_r can be linked]) 2425 AC_LANG_FUNC_LINK_TRY([gethostbyaddr_r]) 2435 AC_MSG_CHECKING([if gethostbyaddr_r is prototyped]) 2436 AC_EGREP_CPP([gethostbyaddr_r],[ 2449 AC_MSG_CHECKING([if gethostbyaddr_r takes 5 args.]) 2454 if(0 != gethostbyaddr_r(0, 0, 0, 0, 0)) 2467 AC_MSG_CHECKING([if gethostbyaddr_r takes 7 args.]) 2472 if(0 != gethostbyaddr_r(0, 0, 0, 0, 0, 0, 0)) 2485 AC_MSG_CHECKING([if gethostbyaddr_r takes 8 args.]) [all …]
|
/external/curl/lib/ |
D | curl_config.h.in | 229 /* Define to 1 if you have the gethostbyaddr_r function. */ 232 /* gethostbyaddr_r() takes 5 args */ 235 /* gethostbyaddr_r() takes 7 args */ 238 /* gethostbyaddr_r() takes 8 args */
|
D | curl_config.h.cmake | 193 /* Define to 1 if you have the gethostbyaddr_r function. */ 196 /* gethostbyaddr_r() takes 5 args */ 199 /* gethostbyaddr_r() takes 7 args */ 202 /* gethostbyaddr_r() takes 8 args */
|
/external/curl/ |
D | configure | 6715 char gethostbyaddr_r (); 6722 return gethostbyaddr_r (); 32891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyaddr_r can be linked" >&5 32892 $as_echo_n "checking if gethostbyaddr_r can be linked... " >&6; } 32937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyaddr_r is prototyped" >&5 32938 $as_echo_n "checking if gethostbyaddr_r is prototyped... " >&6; } 32946 $EGREP "gethostbyaddr_r" >/dev/null 2>&1; then : 32965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyaddr_r takes 5 args." >&5 32966 $as_echo_n "checking if gethostbyaddr_r takes 5 args.... " >&6; } 33001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gethostbyaddr_r takes 7 args." >&5 [all …]
|
D | CMakeLists.txt | 846 check_symbol_exists(gethostbyaddr_r "${CURL_INCLUDES}" HAVE_GETHOSTBYADDR_R)
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 3586 gethostbyaddr_r(ap, al, af, 3590 h = gethostbyaddr_r(ap, al, af, 3594 result = gethostbyaddr_r(ap, al, af, &hp_allocated, &data);
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 5533 gethostbyaddr_r(ap, al, af, 5537 h = gethostbyaddr_r(ap, al, af, 5541 result = gethostbyaddr_r(ap, al, af, &hp_allocated, &data);
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1142 TEST(MemorySanitizer, gethostbyaddr_r) { in TEST() argument 1149 int res = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &he, buf, sizeof(buf), in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2301 INTERCEPTOR(int, gethostbyaddr_r, void *addr, int len, int type, 2305 COMMON_INTERCEPTOR_ENTER(ctx, gethostbyaddr_r, addr, len, type, ret, buf, 2311 int res = REAL(gethostbyaddr_r)(addr, len, type, ret, buf, buflen, result, 2322 COMMON_INTERCEPT_FUNCTION(gethostbyaddr_r);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1870 fun:gethostbyaddr_r=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1394 PUBLIC f10d0 0 gethostbyaddr_r
|