Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c235 int optVal; in lws_plat_check_connection_error() local
239 (char*)&optVal, &optLen) != SOCKET_ERROR && optVal && in lws_plat_check_connection_error()
240 optVal != LWS_EALREADY && optVal != LWS_EINPROGRESS && in lws_plat_check_connection_error()
241 optVal != LWS_EWOULDBLOCK && optVal != WSAEINVAL) { in lws_plat_check_connection_error()
242 lwsl_debug("Connect failed SO_ERROR=%d\n", optVal); in lws_plat_check_connection_error()
/third_party/musl/Benchmark/musl/
H A Dsocket_test.cpp189 int optVal; in Bm_function_getsockopt() local
190 socklen_t optLen = sizeof(optVal); in Bm_function_getsockopt()
194 if (getsockopt(sockFd, SOL_SOCKET, SO_SNDBUF, &optVal, &optLen) < 0) { in Bm_function_getsockopt()

Completed in 4 milliseconds