Searched refs:EMSGSIZE (Results 1 - 25 of 32) sorted by relevance

12

/external/bison/lib/
H A Dstrerror-override.c54 case EMSGSIZE:
149 /* WSAEMSGSIZE maps to EMSGSIZE */
H A Derrno.in.h102 # define EMSGSIZE 115 macro
/external/chromium_org/net/base/
H A Dnet_errors_posix.cc50 case EMSGSIZE:
/external/chromium_org/third_party/libxml/src/include/
H A Dwsockcompat.h46 #define EMSGSIZE WSAEMSGSIZE macro
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h63 #define EMSGSIZE 90 /* Message too long */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h71 #define EMSGSIZE 97 /* Message too long */ macro
/external/tcpdump/win32/Include/
H A Derrno.h95 #define EMSGSIZE 90 /* Message too long */ macro
/external/chromium_org/third_party/webrtc/base/
H A Dsocket.h46 #undef EMSGSIZE macro
47 #define EMSGSIZE WSAEMSGSIZE macro
H A Dasynctcpsocket.cc140 socket_->SetError(EMSGSIZE);
251 SetError(EMSGSIZE);
/external/qemu/include/android/
H A Dsockets.h53 # ifndef EMSGSIZE
54 # define EMSGSIZE 10040 macro
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dasyncstuntcpsocket.cc71 SetError(EMSGSIZE);
/external/libcxx/test/diagnostics/errno/
H A Dcerrno.pass.cpp155 #ifndef EMSGSIZE
156 #error EMSGSIZE not defined
/external/chromium_org/base/posix/
H A Dunix_domain_socket_linux.cc145 errno = EMSGSIZE;
/external/libcxx/test/diagnostics/syserr/
H A Derrc.pass.cpp50 static_assert(static_cast<int>(std::errc::message_size) == EMSGSIZE, "");
/external/chromium_org/net/third_party/nss/ssl/
H A Dunix_err.c468 case EMSGSIZE: prError = PR_INVALID_ARGUMENT_ERROR; break;
/external/iputils/
H A Dtracepath.c209 case EMSGSIZE:
H A Dtracepath6.c268 case EMSGSIZE:
H A Dping.c585 /* Allow small oversize to root yet. It will cause EMSGSIZE. */
652 else if (e->ee_errno != EMSGSIZE)
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h124 #ifndef EMSGSIZE
125 #define EMSGSIZE WSAEMSGSIZE macro
/external/openssl/crypto/bio/
H A Dbss_dgram.c448 if ( data->_errno == EMSGSIZE)
839 #ifdef EMSGSIZE
841 if ( data->_errno == EMSGSIZE)
/external/chromium_org/ipc/
H A Dipc_channel_posix.cc149 // atomically then EMSGSIZE is returned.
151 // EMSGSIZE presents a problem since the system APIs can only call us when
154 // The current behavior is to return to the event loop when EMSGSIZE is
158 return errno == EAGAIN || errno == EMSGSIZE;
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc515 } else if (channel_->GetError() == EMSGSIZE) {
516 LOG_F(LS_ERROR) << "EMSGSIZE";
/external/valgrind/main/include/vki/
H A Dvki-darwin.h562 #define VKI_EMSGSIZE EMSGSIZE
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c170 "Inappropriate message buffer length",/* EMSGSIZE */
326 #ifdef EMSGSIZE
327 else if (errno == EMSGSIZE) code = XML_IO_EMSGSIZE;
/external/libxml2/
H A DxmlIO.c176 "Inappropriate message buffer length",/* EMSGSIZE */
332 #ifdef EMSGSIZE
333 else if (errno == EMSGSIZE) code = XML_IO_EMSGSIZE;

Completed in 668 milliseconds

12