Home
last modified time | relevance | path

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

/external/libwebsockets/lib/plat/windows/
Dwindows-sockets.c199 int optVal; in lws_plat_check_connection_error() local
203 (char*)&optVal, &optLen) != SOCKET_ERROR && optVal && in lws_plat_check_connection_error()
204 optVal != LWS_EALREADY && optVal != LWS_EINPROGRESS && in lws_plat_check_connection_error()
205 optVal != LWS_EWOULDBLOCK && optVal != WSAEINVAL) { in lws_plat_check_connection_error()
206 lwsl_debug("Connect failed SO_ERROR=%d\n", optVal); in lws_plat_check_connection_error()
/external/antlr/runtime/C/src/
Dantlr3debughandlers.c218 int optVal; in handshake() local
301 optVal = 1; in handshake()
302 setsockopt(delboy->socket, SOL_SOCKET, TCP_NODELAY, (const char *)&optVal, sizeof(optVal)); in handshake()