Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/client/
H A Dconnect3.c632 int errno_copy = LWS_ERRNO; local
637 errno_copy = 999;
641 wsi->desc.sockfd, errno_copy);
643 if (errno_copy &&
644 errno_copy != LWS_EALREADY &&
645 errno_copy != LWS_EINPROGRESS &&
646 errno_copy != LWS_EWOULDBLOCK
648 && errno_copy != WSAEINVAL
649 && errno_copy != WSAEISCONN
675 errno_copy, nad
[all...]

Completed in 2 milliseconds