Home
last modified time | relevance | path

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

/dports/devel/py-ovs/ovs-2.9.0/ovs/
H A Dstream.py66 W_CONNECT = 0 # Connect complete (success or failure). variable in Stream
439 assert wait in (Stream.W_CONNECT, Stream.W_RECV, Stream.W_SEND)
446 wait = Stream.W_CONNECT
485 elif wait == Stream.W_CONNECT:
489 self.wait(poller, Stream.W_CONNECT)
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dsbuf.c51 W_CONNECT, enumerator
183 sbuf->wait_type = W_CONNECT; in sbuf_connect()
805 Assert(sbuf->wait_type == W_CONNECT || sbuf->wait_type == W_NONE); in sbuf_connect_cb()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckucon.c983 what = W_CONNECT; in concld()
1990 what = W_CONNECT; /* Keep track of what we're doing */ in conect()
H A Dckcker.h307 #define W_CONNECT 16 /* CONNECT mode */ macro
H A Dckctel.c2384 if ((local && what == W_CONNECT && autodl) ||
2385 (local && what != W_CONNECT &&
2441 else if ((local && what == W_CONNECT && autodl) ||
2442 (local && what != W_CONNECT && inautodl)
3457 if (what != W_CONNECT && what != W_DIALING &&
4922 || (local && ((what == W_CONNECT && autodl) ||
4923 (what != W_CONNECT && inautodl)))
H A Dckucns.c1504 what = W_CONNECT; /* Keep track of what we're doing */ in conect()
H A Dckuusx.c3188 if (what & W_CONNECT) { /* Are we in CONNECT mode? */
3459 case W_CONNECT: /* If suspended during CONNECT? */
H A Dckcnet.c7466 case W_CONNECT: