Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c225 int optVal; in lws_plat_check_connection_error() local
229 (char*)&optVal, &optLen) != SOCKET_ERROR && optVal && in lws_plat_check_connection_error()
230 optVal != LWS_EALREADY && optVal != LWS_EINPROGRESS && in lws_plat_check_connection_error()
231 optVal != LWS_EWOULDBLOCK && optVal != WSAEINVAL) { in lws_plat_check_connection_error()
232 lwsl_debug("Connect failed SO_ERROR=%d\n", optVal); in lws_plat_check_connection_error()