Searched refs:EMSGSIZE (Results 1 – 15 of 15) sorted by relevance
63 #undef EMSGSIZE64 #define EMSGSIZE WSAEMSGSIZE macro
103 socket_->SetError(EMSGSIZE); in Send()163 socket_->SetError(EMSGSIZE); in SendRaw()
42 case EMSGSIZE: in MapSystemError()
53 # ifndef EMSGSIZE54 # define EMSGSIZE 10040 macro
88 EE(WSAEMSGSIZE,EMSGSIZE,"message too long") \
63 #define EMSGSIZE 90 /* Message too long */ macro
331 # ifndef EMSGSIZE332 # define EMSGSIZE 115 macro535 message_size = EMSGSIZE,
364 if ( data->_errno == EMSGSIZE) in dgram_write()714 #ifdef EMSGSIZE in dgram_ctrl()716 if ( data->_errno == EMSGSIZE) in dgram_ctrl()
503 } else if (channel_->GetError() == EMSGSIZE) { in TcpWritePacket()
35 #define EMSGSIZE 40 /* message to big for buffers */ macro
642 #define EMSGSIZE WSAEMSGSIZE
1144 #ifdef EMSGSIZE in g_strerror()1145 case EMSGSIZE: return "message too long"; in g_strerror()
562 #define VKI_EMSGSIZE EMSGSIZE
326 #ifdef EMSGSIZE in __xmlIOErr()327 else if (errno == EMSGSIZE) code = XML_IO_EMSGSIZE; in __xmlIOErr()
1011 else if (e->ee_errno != EMSGSIZE) in receive_error_msg()