Home | History | Annotate | Download | only in libevent

Lines Matching full:errcode

1536 evutil_socket_error_to_string(int errcode)
1541 if (errcode == windows_socket_errors[i].code)
1544 return strerror(errcode);