Home
last modified time | relevance | path

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

/external/liblzf/
Dlzf_d.c40 # define SET_ERRNO(n) macro
43 # define SET_ERRNO(n) errno = (n) macro
74 SET_ERRNO (E2BIG); in lzf_decompress()
81 SET_ERRNO (EINVAL); in lzf_decompress()
111 SET_ERRNO (EINVAL); in lzf_decompress()
121 SET_ERRNO (EINVAL); in lzf_decompress()
131 SET_ERRNO (E2BIG); in lzf_decompress()
137 SET_ERRNO (EINVAL); in lzf_decompress()
/external/c-ares/
Dares_writev.c38 SET_ERRNO(EINVAL); in ares_writev()
47 SET_ERRNO(EINVAL); in ares_writev()
60 SET_ERRNO(ENOMEM); in ares_writev()
Dinet_net_pton.c194 SET_ERRNO(ENOENT); in inet_net_pton_ipv4()
198 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv4()
389 SET_ERRNO(ENOENT); in inet_net_pton_ipv6()
393 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv6()
424 SET_ERRNO(EAFNOSUPPORT); in ares_inet_net_pton()
443 SET_ERRNO(EAFNOSUPPORT); in ares_inet_pton()
Dinet_ntop.c80 SET_ERRNO(EAFNOSUPPORT); in ares_inet_ntop()
104 SET_ERRNO(ENOSPC); in inet_ntop4()
202 SET_ERRNO(ENOSPC); in inet_ntop6()
Dsetup_once.h375 #define SET_ERRNO(x) (SetLastError((DWORD)(x))) macro
378 #define SET_ERRNO(x) (errno = (x)) macro
/external/curl/lib/
Dinet_ntop.c67 SET_ERRNO(ENOSPC); in inet_ntop4()
146 SET_ERRNO(ENOSPC); in inet_ntop6()
164 SET_ERRNO(ENOSPC); in inet_ntop6()
194 SET_ERRNO(EAFNOSUPPORT); in Curl_inet_ntop()
Dparsedate.c406 SET_ERRNO(0); in parsedate()
410 SET_ERRNO(old_errno); in parsedate()
Dcurl_setup_once.h445 #define SET_ERRNO(x) (SetLastError((DWORD)(x))) macro
448 #define SET_ERRNO(x) (errno = (x)) macro
Dstrtoofft.c135 SET_ERRNO(ERANGE); in curlx_strtoll()
Dinet_pton.c76 SET_ERRNO(EAFNOSUPPORT); in Curl_inet_pton()
Dstrerror.c717 SET_ERRNO(old_errno); in Curl_strerror()
1119 SET_ERRNO(old_errno); in Curl_sspi_strerror()
Dmemdebug.c150 SET_ERRNO(ENOMEM); in countcheck()
Dasyn-thread.c419 SET_ERRNO(err); in init_resolve_thread()