Searched refs:h_errno (Results 1 – 25 of 27) sorted by relevance
12
/external/ipsec-tools/src/racoon/ |
D | getcertsbyname.c | 64 extern int h_errno; 144 h_errno = NO_RECOVERY; 154 h_errno = NO_RECOVERY; 185 h_errno = NO_RECOVERY; 234 h_errno = NO_RECOVERY; 261 h_errno = NO_RECOVERY; 296 h_errno = NO_RECOVERY; 309 h_errno = NO_RECOVERY; 324 h_errno = NO_RECOVERY;
|
D | dnssec.c | 56 extern int h_errno;
|
/external/syslinux/core/lwip/src/api/ |
D | netdb.c | 59 int h_errno; variable 100 h_errno = HOST_NOT_FOUND; in lwip_gethostbyname()
|
/external/curl/lib/ |
D | amigaos.c | 32 extern int errno, h_errno;
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | netdb.h | 97 extern int h_errno;
|
/external/python/cpython2/Modules/ |
D | getnameinfo.c | 184 h_error = h_errno;
|
D | getaddrinfo.c | 556 h_error = h_errno;
|
D | socketmodule.c | 311 int h_errno; /* not used */ variable 3335 set_herror(h_errno);
|
/external/python/cpython3/Modules/ |
D | getnameinfo.c | 184 h_error = h_errno;
|
D | getaddrinfo.c | 556 h_error = h_errno;
|
D | socketmodule.c | 4991 set_herror(h_errno);
|
/external/libcups/cups/ |
D | http-addrlist.c | 781 if (h_errno == NO_RECOVERY) in httpAddrGetList() 784 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, hstrerror(h_errno), 0); in httpAddrGetList()
|
D | http-addr.c | 419 if (h_errno == NO_RECOVERY) in httpAddrLookup()
|
/external/blktrace/ |
D | blktrace.c | 954 if (h_errno == TRY_AGAIN) { in net_setup_addr() 957 } else if (h_errno == NO_RECOVERY) { in net_setup_addr()
|
/external/python/cpython2/Doc/library/ |
D | socket.rst | 119 *h_errno* in the C API, including :func:`gethostbyname_ex` and 122 The accompanying value is a pair ``(h_errno, string)`` representing an error 123 returned by a library call. *string* represents the description of *h_errno*, as
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 200 address-related errors, i.e. for functions that use *h_errno* in the POSIX 202 The accompanying value is a pair ``(h_errno, string)`` representing an 203 error returned by a library call. *h_errno* is a numeric value, while 204 *string* represents the description of *h_errno*, as returned by the
|
/external/libxml2/ |
D | nanohttp.c | 1144 switch (h_errno) { in xmlNanoHTTPConnectHost()
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 150 @code{h_errno}, the return value from @code{hes_err()}, or whatever other
|
/external/libevent/ |
D | evutil.c | 1493 err = h_errno; in evutil_getaddrinfo()
|
/external/curl/packages/vms/ |
D | config_h.com | 1327 $ if keysym .eqs. "HERRNO" then keysym = "h_errno"
|
/external/python/cpython2/ |
D | pyconfig.h.in | 1197 /* Define to force use of thread-safe errno, h_errno, and other functions */
|
D | configure.ac | 2565 [Define to force use of thread-safe errno, h_errno, and other functions])
|
/external/curl/m4/ |
D | curl-functions.m4 | 2215 CURL_CHECK_DEF_CC([h_errno], [ 2229 h_errno = 2; 2230 if(0 != h_errno)
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1458 /* Define to force use of thread-safe errno, h_errno, and other functions */
|
/external/valgrind/ |
D | NEWS.old | 1797 with inconsistent/illogical behaviour of errno, h_errno or the DNS
|
12