Searched refs:WSAEMSGSIZE (Results 1 – 10 of 10) sorted by relevance
199 return WSAEMSGSIZE; in uv__ntstatus_to_winsock_error()330 error = WSAEMSGSIZE; in uv__wsarecv_workaround()428 error = WSAEMSGSIZE; in uv__wsarecvfrom_workaround()
128 case WSAEMSGSIZE: return UV_EMSGSIZE; in uv_translate_sys_error()
464 if (err == WSAEMSGSIZE) { in uv__process_udp_recv_req()530 if (err == WSAEMSGSIZE) { in uv__process_udp_recv_req()
76 case WSAEMSGSIZE: in set_winsock_errno()
37 E(WSAEMSGSIZE); in main()
45 LBER_RETSTR( WSAEMSGSIZE ) in ber_pvt_wsa_err2string()
286 case WSAEMSGSIZE: in pWSAError()
115 WSAEMSGSIZE = (WSABASEERR+40), enumerator186 EMSGSIZE = WSAEMSGSIZE,
1585 WSAEMSGSIZE,
454 case WSAEMSGSIZE: return "Message too long."; in wsa_strerror()