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

  /external/c-ares/
ares_writev.c 38 SET_ERRNO(EINVAL);
47 SET_ERRNO(EINVAL);
60 SET_ERRNO(ENOMEM);
inet_net_pton.c 194 SET_ERRNO(ENOENT);
198 SET_ERRNO(EMSGSIZE);
389 SET_ERRNO(ENOENT);
393 SET_ERRNO(EMSGSIZE);
424 SET_ERRNO(EAFNOSUPPORT);
443 SET_ERRNO(EAFNOSUPPORT);
inet_ntop.c 80 SET_ERRNO(EAFNOSUPPORT);
104 SET_ERRNO(ENOSPC);
202 SET_ERRNO(ENOSPC);
setup_once.h 369 * Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno
375 #define SET_ERRNO(x) (SetLastError((DWORD)(x)))
378 #define SET_ERRNO(x) (errno = (x))
  /external/liblzf/
lzf_d.c 40 # define SET_ERRNO(n)
43 # define SET_ERRNO(n) errno = (n)
74 SET_ERRNO (E2BIG);
81 SET_ERRNO (EINVAL);
111 SET_ERRNO (EINVAL);
121 SET_ERRNO (EINVAL);
131 SET_ERRNO (E2BIG);
137 SET_ERRNO (EINVAL);
  /external/curl/lib/
inet_ntop.c 66 SET_ERRNO(ENOSPC);
145 SET_ERRNO(ENOSPC);
163 SET_ERRNO(ENOSPC);
193 SET_ERRNO(EAFNOSUPPORT);
strtoofft.c 135 SET_ERRNO(ERANGE);
inet_pton.c 76 SET_ERRNO(EAFNOSUPPORT);
curl_setup_once.h 439 * Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno
445 #define SET_ERRNO(x) (SetLastError((DWORD)(x)))
448 #define SET_ERRNO(x) (errno = (x))
parsedate.c 408 SET_ERRNO(0);
412 SET_ERRNO(old_errno);
strerror.c 724 SET_ERRNO(old_errno);
1051 SET_ERRNO(old_errno);
memdebug.c 153 SET_ERRNO(ENOMEM);
asyn-thread.c 421 SET_ERRNO(err);

Completed in 213 milliseconds