Home
last modified time | relevance | path

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

/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/src/
H A Dwinsock.h58 #ifdef CONNECT_IN_PROGRESS
59 #undef CONNECT_IN_PROGRESS
61 #define CONNECT_IN_PROGRESS WSAEWOULDBLOCK macro
H A Dredir.c358 if (r == -1 && errno != CONNECT_IN_PROGRESS) { in delayed_connect_cb()
565 if (errno == CONNECT_IN_PROGRESS) { in remote_send_cb()
830 if (r == -1 && errno != CONNECT_IN_PROGRESS) { in accept_cb()
H A Dtunnel.c511 err = CONNECT_IN_PROGRESS; in remote_send_cb()
548 if (errno == CONNECT_IN_PROGRESS) { in remote_send_cb()
797 if (r == -1 && errno != CONNECT_IN_PROGRESS) { in accept_cb()
H A Dlocal.c637 if (r == -1 && errno != CONNECT_IN_PROGRESS) { in server_stream()
688 err = CONNECT_IN_PROGRESS; in server_stream()
722 if (errno == CONNECT_IN_PROGRESS) { in server_stream()
H A Dserver.c542 err = CONNECT_IN_PROGRESS; in connect_to_remote()
577 if (errno == CONNECT_IN_PROGRESS) { in connect_to_remote()
597 if (r == -1 && errno != CONNECT_IN_PROGRESS) { in connect_to_remote()
/dports/net/pen/pen-0.34.1/
H A Dwindows.h11 #define CONNECT_IN_PROGRESS (WSAEWOULDBLOCK) macro
H A Dserver.c29 #define CONNECT_IN_PROGRESS (EINPROGRESS) macro
397 } else if (err == CONNECT_IN_PROGRESS) { /* may potentially succeed */ in try_server()
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/
H A Dconfigure.ac169 … AC_DEFINE([CONNECT_IN_PROGRESS], [WSAEWOULDBLOCK], [errno for incomplete non-blocking connect(2)]) definition
173 AC_DEFINE([CONNECT_IN_PROGRESS], [EINPROGRESS], [errno for incomplete non-blocking connect(2)]) definition
195 AC_DEFINE([CONNECT_IN_PROGRESS], [EINPROGRESS], [errno for incomplete non-blocking connect(2)]) definition
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/cmake/
H A Dconfigure.cmake18 set(CONNECT_IN_PROGRESS "EINPROGRESS")
19 set(CONNECT_IN_PROGRESS "EINPROGRESS" CACHE STRING "")
H A Dconfig.h.cmake8 #cmakedefine CONNECT_IN_PROGRESS @CONNECT_IN_PROGRESS@
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/xmpp/xp/
H A DXMPPAccountHandler.cpp210 return CONNECT_IN_PROGRESS; in connect()
259 return CONNECT_IN_PROGRESS; in connect()
/dports/editors/abiword/abiword-3.0.5/plugins/collab/core/account/xp/
H A DAccountHandler.h44 CONNECT_IN_PROGRESS, enumerator
/dports/lang/gambit-c/gambit-4.9.3/lib/
H A Dos.h1777 #define CONNECT_IN_PROGRESS (errno == EINPROGRESS) macro
1790 #define CONNECT_IN_PROGRESS ((WSAGetLastError () == WSAEALREADY) || \ macro
H A Dos_io.c4689 CONNECT_IN_PROGRESS || /* establishing connection in background */