Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 – 25 of 41) sorted by relevance

12

/external/libmicrohttpd/src/include/
Dw32functions.h59 #ifndef EMSGSIZE
60 #define EMSGSIZE (MHDW32ERRBASE+6) macro
/external/webrtc/webrtc/base/
Dsocket.h47 #undef EMSGSIZE
48 #define EMSGSIZE WSAEMSGSIZE macro
Dasynctcpsocket.cc141 socket_->SetError(EMSGSIZE); in SendRaw()
252 SetError(EMSGSIZE); in Send()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp155 #ifndef EMSGSIZE
156 #error EMSGSIZE not defined
/external/libmicrohttpd/src/platform/
Dw32functions.c54 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/
Dsetup_once.h403 #undef EMSGSIZE /* override definition in errno.h */
404 #define EMSGSIZE WSAEMSGSIZE macro
Dinet_net_pton.c198 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv4()
393 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv6()
/external/libxml2/include/
Dwsockcompat.h49 #define EMSGSIZE WSAEMSGSIZE macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h72 #define EMSGSIZE 90 /* Message too long */ macro
/external/curl/lib/
Dcurl_setup_once.h473 #undef EMSGSIZE /* override definition in errno.h */
474 #define EMSGSIZE WSAEMSGSIZE macro
/external/bison/lib/
Dstrerror-override.c54 case EMSGSIZE: in strerror_override()
Derrno.in.h102 # define EMSGSIZE 115 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h71 #define EMSGSIZE 97 /* Message too long */ macro
/external/libcxx/include/
Dcerrno127 #ifndef EMSGSIZE
128 #define EMSGSIZE 9913
Dsystem_error151 message_size, // EMSGSIZE
283 message_size = EMSGSIZE,
Dmodule.modulemap46 EAGAIN, EFAULT, EMSGSIZE, ENOMSG, EOPNOTSUPP, ETXTBSY,
/external/webrtc/webrtc/p2p/base/
Dasyncstuntcpsocket.cc54 SetError(EMSGSIZE); in Send()
/external/opencv3/3rdparty/openexr/Iex/
DIexThrowErrnoExc.cpp503 #if defined (EMSGSIZE) in throwErrnoExc()
504 case EMSGSIZE: in throwErrnoExc()
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp82 message_size = ASIO_SOCKET_ERROR(EMSGSIZE),
/external/libchrome/base/posix/
Dunix_domain_socket_linux.cc164 errno = EMSGSIZE; in RecvMsgWithFlags()
/external/libbrillo/brillo/errors/
Derror_codes.cc134 ERROR_ENTRY(EMSGSIZE), // Message too long
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp50 static_assert(static_cast<int>(std::errc::message_size) == EMSGSIZE, ""); in main()
/external/iputils/
Dtracepath.c209 case EMSGSIZE: in recverr()
Dtracepath6.c268 case EMSGSIZE: in recverr()
/external/valgrind/include/vki/
Dvki-darwin.h581 #define VKI_EMSGSIZE EMSGSIZE

12