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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
gethostbyname.c 12 struct hostent* gethostbyname(const char* name) { function
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.cc 29 struct hostent* HostResolver::gethostbyname(const char* name) { function in class:nacl_io::HostResolver
63 // We use a single hostent struct for all calls to to gethostbyname
64 // (as explicitly permitted by the spec - gethostbyname is NOT supposed to
79 // Sometimes GetCanonicalName gives up more easily than gethostbyname should
153 // gethostbyname, and when the kernel_proxy object is destroyed.
kernel_proxy.cc 928 struct hostent* KernelProxy::gethostbyname(const char* name) { function in class:nacl_io::KernelProxy
929 return host_resolver_.gethostbyname(name);
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
example.js 197 function gethostbyname(e) { function
199 nacl_module.postMessage(makeCall('gethostbyname', name));
204 common.logMessage('gethostbyname returned successfully\n');
  /bionic/libc/netbsd/
gethnamaddr.c 476 res = gethostbyname(name);
488 gethostbyname(const char *name) function
733 if (nsdispatch(&hp, dtab, NSDB_HOSTS, "gethostbyname",
761 if (fprintf(proxy, "gethostbyname %s %s %d",
    [all...]

Completed in 1959 milliseconds