HomeSort by relevance Sort by last modified time
    Searched defs:gethostbyname (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
gethostbyname.c 12 struct hostent* gethostbyname(const char* name) { function
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 252 function gethostbyname(e) { function
254 postCall('gethostbyname', name, function(name, addrType) {
255 common.logMessage('gethostbyname returned successfully');
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsipv6ok.h 54 #undef gethostbyname macro
55 #define gethostbyname(a) gethostbyname_IPV6INCOMPATIBLE macro
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.cc 104 struct hostent* HostResolver::gethostbyname(const char* name) { function in class:nacl_io::HostResolver
128 // We use a single hostent struct for all calls to to gethostbyname
129 // (as explicitly permitted by the spec - gethostbyname is NOT supposed to
432 // gethostbyname, and when the kernel_proxy object is destroyed.
kernel_proxy.cc 1390 struct hostent* KernelProxy::gethostbyname(const char* name) { function in class:nacl_io::KernelProxy
1391 return host_resolver_.gethostbyname(name);
    [all...]
  /bionic/libc/dns/
gethnamaddr.c 481 res = gethostbyname(name);
493 gethostbyname(const char *name) function
738 if (nsdispatch(&hp, dtab, NSDB_HOSTS, "gethostbyname",
768 if (fprintf(proxy, "gethostbyname %u %s %d",
    [all...]

Completed in 114 milliseconds