Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dsocket.h63 #undef EMSGSIZE
64 #define EMSGSIZE WSAEMSGSIZE macro
Dasynctcpsocket.cc103 socket_->SetError(EMSGSIZE); in Send()
163 socket_->SetError(EMSGSIZE); in SendRaw()
/external/chromium/net/base/
Dnet_errors_posix.cc42 case EMSGSIZE: in MapSystemError()
/external/qemu/
Dsockets.h53 # ifndef EMSGSIZE
54 # define EMSGSIZE 10040 macro
Dsockets.c88 EE(WSAEMSGSIZE,EMSGSIZE,"message too long") \
/external/kernel-headers/original/asm-generic/
Derrno.h63 #define EMSGSIZE 90 /* Message too long */ macro
/external/llvm/include/llvm/Support/
Dsystem_error.h331 # ifndef EMSGSIZE
332 # define EMSGSIZE 115 macro
535 message_size = EMSGSIZE,
/external/openssl/crypto/bio/
Dbss_dgram.c364 if ( data->_errno == EMSGSIZE) in dgram_write()
714 #ifdef EMSGSIZE in dgram_ctrl()
716 if ( data->_errno == EMSGSIZE) in dgram_ctrl()
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.cc503 } else if (channel_->GetError() == EMSGSIZE) { in TcpWritePacket()
/external/quake/quake/src/WinQuake/
Dnet_bw.cpp35 #define EMSGSIZE 40 /* message to big for buffers */ macro
Dmpdosock.h642 #define EMSGSIZE WSAEMSGSIZE
/external/bluetooth/glib/glib/
Dgstrfuncs.c1144 #ifdef EMSGSIZE in g_strerror()
1145 case EMSGSIZE: return "message too long"; in g_strerror()
/external/valgrind/main/include/vki/
Dvki-darwin.h562 #define VKI_EMSGSIZE EMSGSIZE
/external/libxml2/
DxmlIO.c326 #ifdef EMSGSIZE in __xmlIOErr()
327 else if (errno == EMSGSIZE) code = XML_IO_EMSGSIZE; in __xmlIOErr()
/external/ping/
Dping.c1011 else if (e->ee_errno != EMSGSIZE) in receive_error_msg()