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

  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 102 size_t buflen, struct hostent **result, int *h_errnop);
111 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \
112 lwip_gethostbyname_r(name, ret, buf, buflen, result, h_errnop)
  /external/curl/lib/
hostip4.c 160 int h_errnop;
177 &h_errnop);
197 &h_errnop);
263 h_errnop = SOCKERRNO; /* we don't deal with this, but set it anyway */
  /external/syslinux/core/lwip/src/api/
netdb.c 156 * @param h_errnop pointer to an int where to store errors (instead of modifying
159 * is stored in *h_errnop instead of h_errno to be thread-safe
163 size_t buflen, struct hostent **result, int *h_errnop)
171 if (h_errnop == NULL) {
172 /* ensure h_errnop is never NULL */
173 h_errnop = &lh_errno;
178 *h_errnop = EINVAL;
185 *h_errnop = EINVAL;
192 *h_errnop = ERANGE;
203 *h_errnop = ENSRNOTFOUND
    [all...]
  /external/curl/CMake/
CurlTests.c 117 int h_errnop; local
130 hp = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &h_errnop);
134 rc = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &hp, &h_errnop);
142 rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop);
146 rc = gethostbyname_r(address, &h, buffer, 8192, &hp, &h_errnop);
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 405 h_errnop:
415 int *h_errnop
434 h_errnop:
445 int *h_errnop
466 h_errnop:
478 int *h_errnop
535 int *h_errnop
665 int *h_errnop
676 name, AF_INET, result_buf, buf, buflen, errnop, h_errnop
689 int *h_errnop
    [all...]
  /bionic/libc/dns/net/
gethnamaddr.c 851 size_t buflen, struct hostent **result, int *h_errnop)
853 *result = android_gethostbyaddrfornet_proxy_internal(addr, len, af, hp, buf, buflen, h_errnop,
    [all...]

Completed in 428 milliseconds