Home
last modified time | relevance | path

Searched refs:_pending_connections (Results 1 – 9 of 9) sorted by relevance

/dports/news/pan/pan-0.145/pan/tasks/
H A Dnntp-pool.cc50 _pending_connections (0), in NNTP_Pool()
183 --_pending_connections; in on_socket_created()
252 --_pending_connections; in on_nntp_done()
278 setme_pending = _pending_connections; in get_counts()
303 ++_pending_connections; in request_nntp()
H A Dnntp-pool.h115 int _pending_connections; variable
/dports/net/py-magic-wormhole/magic-wormhole-0.12.0/src/wormhole/_dilation/
H A Dconnector.py103 self._pending_connections = EmptyableSet(
209 self._pending_connections.discard(c)
241 d = self._pending_connections.when_next_empty()
242 [c.disconnect() for c in self._pending_connections]
249 self._pending_connections.clear()
389 self._pending_connections.add(p)
392 p.when_disconnected().addCallback(self._pending_connections.discard)
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dctx.cpp164 pending_connections_t copy = _pending_connections; in terminate()
772 _pending_connections.ZMQ_MAP_INSERT_OR_EMPLACE (addr_, in pend_connection()
788 pending = _pending_connections.equal_range (addr_); in connect_pending()
794 _pending_connections.erase (pending.first, pending.second); in connect_pending()
H A Dctx.hpp219 pending_connections_t _pending_connections; member in zmq::ZMQ_FINAL
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dctx.cpp164 pending_connections_t copy = _pending_connections; in terminate()
772 _pending_connections.ZMQ_MAP_INSERT_OR_EMPLACE (addr_, in pend_connection()
788 pending = _pending_connections.equal_range (addr_); in connect_pending()
794 _pending_connections.erase (pending.first, pending.second); in connect_pending()
H A Dctx.hpp219 pending_connections_t _pending_connections; member in zmq::ZMQ_FINAL
/dports/net/py-magic-wormhole/magic-wormhole-0.12.0/src/wormhole/
H A Dtransit.py432 self._pending_connections = set()
442 for d in list(self._pending_connections):
460 self._pending_connections.add(d)
465 self._pending_connections.remove(d)
/dports/net/py-magic-wormhole/magic-wormhole-0.12.0/src/wormhole/test/dilate/
H A Dtest_connector.py255 … mock.call.when_disconnected().addCallback(c._pending_connections.discard)])