Searched refs:SET_ERRNO (Results 1 - 13 of 13) sorted by relevance

/external/c-ares/
H A Dares_writev.c38 SET_ERRNO(EINVAL);
47 SET_ERRNO(EINVAL);
60 SET_ERRNO(ENOMEM);
H A Dinet_net_pton.c194 SET_ERRNO(ENOENT);
198 SET_ERRNO(EMSGSIZE);
389 SET_ERRNO(ENOENT);
393 SET_ERRNO(EMSGSIZE);
424 SET_ERRNO(EAFNOSUPPORT);
443 SET_ERRNO(EAFNOSUPPORT);
H A Dinet_ntop.c80 SET_ERRNO(EAFNOSUPPORT);
104 SET_ERRNO(ENOSPC);
202 SET_ERRNO(ENOSPC);
H A Dsetup_once.h369 * Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno
375 #define SET_ERRNO(x) (SetLastError((DWORD)(x))) macro
378 #define SET_ERRNO(x) (errno = (x)) macro
/external/liblzf/
H A Dlzf_d.c40 # define SET_ERRNO(n) macro
43 # define SET_ERRNO(n) errno = (n) macro
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/
H A Dinet_ntop.c66 SET_ERRNO(ENOSPC);
145 SET_ERRNO(ENOSPC);
163 SET_ERRNO(ENOSPC);
193 SET_ERRNO(EAFNOSUPPORT);
H A Dstrtoofft.c135 SET_ERRNO(ERANGE);
H A Dinet_pton.c76 SET_ERRNO(EAFNOSUPPORT);
H A Dcurl_setup_once.h439 * Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno
445 #define SET_ERRNO(x) (SetLastError((DWORD)(x))) macro
448 #define SET_ERRNO(x) (errno = (x)) macro
H A Dparsedate.c406 SET_ERRNO(0);
410 SET_ERRNO(old_errno);
H A Dstrerror.c724 SET_ERRNO(old_errno);
1128 SET_ERRNO(old_errno);
H A Dmemdebug.c153 SET_ERRNO(ENOMEM);
H A Dasyn-thread.c421 SET_ERRNO(err);

Completed in 136 milliseconds