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

/external/chromium/net/base/
H A Dnet_errors_posix.cc42 case EMSGSIZE:
/external/kernel-headers/original/asm-generic/
H A Derrno.h63 #define EMSGSIZE 90 /* Message too long */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h71 #define EMSGSIZE 97 /* Message too long */ macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h63 #undef EMSGSIZE macro
64 #define EMSGSIZE WSAEMSGSIZE macro
H A Dasynctcpsocket.cc103 socket_->SetError(EMSGSIZE);
163 socket_->SetError(EMSGSIZE);
/external/qemu/
H A Dsockets.h53 # ifndef EMSGSIZE
54 # define EMSGSIZE 10040 macro
H A Dsockets.c88 EE(WSAEMSGSIZE,EMSGSIZE,"message too long") \
/external/llvm/include/llvm/Support/
H A Dsystem_error.h156 message_size, // EMSGSIZE
331 # ifndef EMSGSIZE
332 # define EMSGSIZE 115 macro
524 message_size = EMSGSIZE,
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java94 public static final int EMSGSIZE = placeholder(); field in class:OsConstants
578 if (errno == EMSGSIZE) {
579 return "EMSGSIZE";
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc503 } else if (channel_->GetError() == EMSGSIZE) {
504 LOG_F(LS_ERROR) << "EMSGSIZE";
/external/openssl/crypto/bio/
H A Dbss_dgram.c433 if ( data->_errno == EMSGSIZE)
804 #ifdef EMSGSIZE
806 if ( data->_errno == EMSGSIZE)
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h642 #define EMSGSIZE WSAEMSGSIZE
H A Dnet_bw.cpp35 #define EMSGSIZE 40 /* message to big for buffers */ macro
/external/valgrind/main/include/vki/
H A Dvki-darwin.h562 #define VKI_EMSGSIZE EMSGSIZE
/external/libxml2/
H A DxmlIO.c173 "Inappropriate message buffer length",/* EMSGSIZE */
329 #ifdef EMSGSIZE
330 else if (errno == EMSGSIZE) code = XML_IO_EMSGSIZE;
/external/ping/
H A Dping.c1011 else if (e->ee_errno != EMSGSIZE)
2088 /* Allow small oversize to root yet. It will cause EMSGSIZE. */

Completed in 2447 milliseconds