HomeSort by relevance Sort by last modified time
    Searched refs:getaddrinfo_error (Results 1 - 3 of 3) sorted by null

  /system/core/libcutils/
socket_network_client_unix.cpp 44 // On error, check *getaddrinfo_error (for use with gai_strerror) first;
47 int* getaddrinfo_error) {
57 *getaddrinfo_error = getaddrinfo(host, port_str, &hints, &addrs);
58 if (*getaddrinfo_error != 0) {
123 int getaddrinfo_error; local
124 return socket_network_client_timeout(host, port, type, 0, &getaddrinfo_error);
  /system/core/libcutils/include/cutils/
sockets.h 90 int timeout, int* getaddrinfo_error);
  /system/core/adb/
sysdeps.h 519 int getaddrinfo_error = 0;
521 &getaddrinfo_error);
525 if (getaddrinfo_error != 0) {
526 *error = gai_strerror(getaddrinfo_error);

Completed in 73 milliseconds