/external/libmicrohttpd/src/include/ |
D | w32functions.h | 59 #ifndef EMSGSIZE 60 #define EMSGSIZE (MHDW32ERRBASE+6) macro
|
/external/webrtc/webrtc/base/ |
D | socket.h | 47 #undef EMSGSIZE 48 #define EMSGSIZE WSAEMSGSIZE macro
|
D | asynctcpsocket.cc | 141 socket_->SetError(EMSGSIZE); in SendRaw() 252 SetError(EMSGSIZE); in Send()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 155 #ifndef EMSGSIZE 156 #error EMSGSIZE not defined
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 54 case WSAEMSGSIZE: return EMSGSIZE; in MHD_W32_errno_from_winsock_() 124 case EMSGSIZE: in MHD_W32_strerror_() 432 case EMSGSIZE: in MHD_W32_set_last_winsock_error_()
|
/external/c-ares/ |
D | setup_once.h | 403 #undef EMSGSIZE /* override definition in errno.h */ 404 #define EMSGSIZE WSAEMSGSIZE macro
|
D | inet_net_pton.c | 198 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv4() 393 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv6()
|
/external/libxml2/include/ |
D | wsockcompat.h | 49 #define EMSGSIZE WSAEMSGSIZE macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 72 #define EMSGSIZE 90 /* Message too long */ macro
|
/external/curl/lib/ |
D | curl_setup_once.h | 473 #undef EMSGSIZE /* override definition in errno.h */ 474 #define EMSGSIZE WSAEMSGSIZE macro
|
/external/bison/lib/ |
D | strerror-override.c | 54 case EMSGSIZE: in strerror_override()
|
D | errno.in.h | 102 # define EMSGSIZE 115 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 71 #define EMSGSIZE 97 /* Message too long */ macro
|
/external/libcxx/include/ |
D | cerrno | 127 #ifndef EMSGSIZE 128 #define EMSGSIZE 9913
|
D | system_error | 151 message_size, // EMSGSIZE 283 message_size = EMSGSIZE,
|
D | module.modulemap | 46 EAGAIN, EFAULT, EMSGSIZE, ENOMSG, EOPNOTSUPP, ETXTBSY,
|
/external/webrtc/webrtc/p2p/base/ |
D | asyncstuntcpsocket.cc | 54 SetError(EMSGSIZE); in Send()
|
/external/opencv3/3rdparty/openexr/Iex/ |
D | IexThrowErrnoExc.cpp | 503 #if defined (EMSGSIZE) in throwErrnoExc() 504 case EMSGSIZE: in throwErrnoExc()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | error.hpp | 82 message_size = ASIO_SOCKET_ERROR(EMSGSIZE),
|
/external/libchrome/base/posix/ |
D | unix_domain_socket_linux.cc | 164 errno = EMSGSIZE; in RecvMsgWithFlags()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 134 ERROR_ENTRY(EMSGSIZE), // Message too long
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 50 static_assert(static_cast<int>(std::errc::message_size) == EMSGSIZE, ""); in main()
|
/external/iputils/ |
D | tracepath.c | 209 case EMSGSIZE: in recverr()
|
D | tracepath6.c | 268 case EMSGSIZE: in recverr()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 581 #define VKI_EMSGSIZE EMSGSIZE
|