Home
last modified time | relevance | path

Searched refs:pending_replies (Results 1 – 25 of 40) sorted by relevance

12

/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/rust_connection/
H A Dinner.rs41 pending_replies: VecDeque<(SequenceNumber, BufWithFds)>,
62 pending_replies: VecDeque::new(),
110 DiscardMode::DiscardReplyAndError => self.pending_replies.retain(|r| r.0 != seqno),
112 if let Some(index) = self.pending_replies.iter().position(|r| r.0 == seqno) {
114 .pending_replies
119 if let Some((_, packet)) = self.pending_replies.remove(index) {
197 .pending_replies
226 self.pending_replies.push_back((seqno, (packet, fds)));
242 for (index, (seqno, _packet)) in self.pending_replies.iter().enumerate() {
244 return Some(self.pending_replies.remove(index).unwrap().1);
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/rust_connection/
H A Dinner.rs41 pending_replies: VecDeque<(SequenceNumber, BufWithFds)>, field
62 pending_replies: VecDeque::new(), in new()
110 DiscardMode::DiscardReplyAndError => self.pending_replies.retain(|r| r.0 != seqno), in discard_reply()
112 if let Some(index) = self.pending_replies.iter().position(|r| r.0 == seqno) { in discard_reply()
114 .pending_replies in discard_reply()
119 if let Some((_, packet)) = self.pending_replies.remove(index) { in discard_reply()
197 .pending_replies in enqueue_packet()
226 self.pending_replies.push_back((seqno, (packet, fds))); in enqueue_packet()
242 for (index, (seqno, _packet)) in self.pending_replies.iter().enumerate() { in poll_for_reply_or_error()
244 return Some(self.pending_replies.remove(index).unwrap().1); in poll_for_reply_or_error()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dfind_request_manager.cc307 activate_.pending_replies.clear(); in StopFinding()
308 match_rects_.pending_replies.clear(); in StopFinding()
491 activate_.pending_replies.insert(rfh); in ActivateNearestFindResult()
521 match_rects_.pending_replies.clear(); in RequestFindMatchRects()
579 match_rects_.pending_replies.clear(); in Reset()
815 if (it == activate_.pending_replies.end()) in RemoveNearestFindResultPendingReply()
818 activate_.pending_replies.erase(it); in RemoveNearestFindResultPendingReply()
819 if (activate_.pending_replies.empty() && in RemoveNearestFindResultPendingReply()
831 if (it == match_rects_.pending_replies.end()) in RemoveFindMatchRectsPendingReply()
834 match_rects_.pending_replies.erase(it); in RemoveFindMatchRectsPendingReply()
[all …]
H A Dfind_request_manager.h217 std::unordered_set<RenderFrameHost*> pending_replies; member
263 std::unordered_set<RenderFrameHost*> pending_replies; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dfind_request_manager.cc306 activate_.pending_replies.clear(); in StopFinding()
307 match_rects_.pending_replies.clear(); in StopFinding()
490 activate_.pending_replies.insert(rfh); in ActivateNearestFindResult()
520 match_rects_.pending_replies.clear(); in RequestFindMatchRects()
579 match_rects_.pending_replies.clear(); in Reset()
821 if (it == activate_.pending_replies.end()) in RemoveNearestFindResultPendingReply()
824 activate_.pending_replies.erase(it); in RemoveNearestFindResultPendingReply()
825 if (activate_.pending_replies.empty() && in RemoveNearestFindResultPendingReply()
837 if (it == match_rects_.pending_replies.end()) in RemoveFindMatchRectsPendingReply()
840 match_rects_.pending_replies.erase(it); in RemoveFindMatchRectsPendingReply()
[all …]
H A Dfind_request_manager.h217 std::unordered_set<RenderFrameHost*> pending_replies; member
263 std::unordered_set<RenderFrameHost*> pending_replies; member
/dports/x11/libxcb/libxcb-1.14/src/
H A Dxcb_in.c209 while(c->in.pending_replies && in read_packet()
213 pending_reply *oldpend = c->in.pending_replies; in read_packet()
214 c->in.pending_replies = oldpend->next; in read_packet()
216 c->in.pending_replies_tail = &c->in.pending_replies; in read_packet()
228 pend = c->in.pending_replies; in read_packet()
898 in->pending_replies_tail = &in->pending_replies; in _xcb_in_init()
915 while(in->pending_replies) in _xcb_in_destroy()
917 pending_reply *pend = in->pending_replies; in _xcb_in_destroy()
918 in->pending_replies = pend->next; in _xcb_in_destroy()
956 if (c->in.pending_replies_tail != &c->in.pending_replies) in _xcb_in_replies_done()
[all …]
H A Dxcbint.h149 struct pending_reply *pending_replies; member
/dports/devel/dbus/dbus-1.12.20/bus/
H A Dconnection.c67 BusExpireList *pending_replies; /**< List of pending replies */ member
483 if (connections->pending_replies == NULL) in bus_connections_new()
496 bus_expire_list_free (connections->pending_replies); in bus_connections_new()
559 bus_expire_list_free (connections->pending_replies); in bus_connections_unref()
1813 bus_expire_list_remove_link (connections->pending_replies, link); in bus_pending_reply_expired()
1833 link = bus_expire_list_get_first_link (connections->pending_replies); in bus_connection_drop_pending_replies()
1853 bus_expire_list_remove_link (connections->pending_replies, in bus_connection_drop_pending_replies()
1893 if (!bus_expire_list_remove (d->connections->pending_replies, in cancel_pending_reply()
2005 if (!bus_expire_list_add (connections->pending_replies, in bus_connections_expect_reply()
2054 bus_expire_list_add_link (d->connections->pending_replies, in cancel_check_pending_reply()
[all …]
/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-connection.c1007 _dbus_hash_table_remove_int (connection->pending_replies, in _dbus_connection_detach_pending_call_unlocked()
1023 _dbus_hash_table_remove_int (connection->pending_replies, in _dbus_connection_detach_pending_call_and_unlock()
1254 DBusHashTable *pending_replies; in _dbus_connection_new_for_transport() local
1262 pending_replies = NULL; in _dbus_connection_new_for_transport()
1277 pending_replies = in _dbus_connection_new_for_transport()
1281 if (pending_replies == NULL) in _dbus_connection_new_for_transport()
1339 connection->pending_replies = pending_replies; in _dbus_connection_new_for_transport()
1393 if (pending_replies) in _dbus_connection_new_for_transport()
1394 _dbus_hash_table_unref (pending_replies); in _dbus_connection_new_for_transport()
2765 _dbus_hash_table_unref (connection->pending_replies); in _dbus_connection_last_unref()
[all …]
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dseen.pl1074 our %pending_replies = ();
1109 return if defined $pending_replies{$chatnet}{$target}{$lc_nick};
1111 $pending_replies{$chatnet}{$target}{$lc_nick} = Irssi::timeout_add_once $timeout, sub {
1112 delete $pending_replies{$chatnet}{$target}{$lc_nick};
1129 foreach my $nick (keys %{$pending_replies{$chatnet}{$channel}}) {
1133 my $tag = $pending_replies{$chatnet}{$channel}{$nick};
1135 delete $pending_replies{$chatnet}{$channel}{$nick};
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/third_party/libevent/
H A Devdns.c253 struct server_request *pending_replies; member
1224 while (port->pending_replies) { in server_port_flush()
1495 port->pending_replies = NULL; in evdns_add_server_port()
1746 if (port->pending_replies) { in evdns_server_request_respond()
1748 req->next_pending = port->pending_replies; in evdns_server_request_respond()
1753 port->pending_replies = req; in evdns_server_request_respond()
1770 if (port->pending_replies) in evdns_server_request_respond()
1816 if (req->port->pending_replies == req) { in server_request_free()
1818 req->port->pending_replies = req->next_pending; in server_request_free()
1820 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/third_party/libevent/
H A Devdns.c253 struct server_request *pending_replies; member
1224 while (port->pending_replies) { in server_port_flush()
1495 port->pending_replies = NULL; in evdns_add_server_port()
1746 if (port->pending_replies) { in evdns_server_request_respond()
1748 req->next_pending = port->pending_replies; in evdns_server_request_respond()
1753 port->pending_replies = req; in evdns_server_request_respond()
1770 if (port->pending_replies) in evdns_server_request_respond()
1816 if (req->port->pending_replies == req) { in server_request_free()
1818 req->port->pending_replies = req->next_pending; in server_request_free()
1820 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/extra/libevent/
H A Devdns.c253 struct server_request *pending_replies; member
1451 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1452 req = port->pending_replies; in server_port_flush()
1724 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2008 if (port->pending_replies) { in evdns_server_request_respond()
2010 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2015 port->pending_replies = req; in evdns_server_request_respond()
2035 if (port->pending_replies) in evdns_server_request_respond()
2086 if (req->port->pending_replies == req) { in server_request_free()
2090 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/net-mgmt/lldpd/lldpd-1.0.8/libevent/
H A Devdns.c254 struct server_request *pending_replies; member
1466 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1467 req = port->pending_replies; in server_port_flush()
1739 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2024 if (port->pending_replies) { in evdns_server_request_respond()
2026 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2031 port->pending_replies = req; in evdns_server_request_respond()
2051 if (port->pending_replies) in evdns_server_request_respond()
2102 if (req->port->pending_replies == req) { in server_request_free()
2106 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/net/netatalk3/netatalk-3.1.12/libevent/
H A Devdns.c251 struct server_request *pending_replies; member
1429 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1430 req = port->pending_replies; in server_port_flush()
1702 port->pending_replies = NULL; in evdns_add_server_port_with_base()
1986 if (port->pending_replies) { in evdns_server_request_respond()
1988 req->next_pending = port->pending_replies; in evdns_server_request_respond()
1993 port->pending_replies = req; in evdns_server_request_respond()
2013 if (port->pending_replies) in evdns_server_request_respond()
2064 if (req->port->pending_replies == req) { in server_request_free()
2068 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/net/ntp/ntp-4.2.8p15/sntp/libevent/
H A Devdns.c253 struct server_request *pending_replies; member
1453 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1454 req = port->pending_replies; in server_port_flush()
1726 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2010 if (port->pending_replies) { in evdns_server_request_respond()
2012 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2017 port->pending_replies = req; in evdns_server_request_respond()
2037 if (port->pending_replies) in evdns_server_request_respond()
2088 if (req->port->pending_replies == req) { in server_request_free()
2092 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/extra/libevent/
H A Devdns.c253 struct server_request *pending_replies; member
1451 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1452 req = port->pending_replies; in server_port_flush()
1724 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2008 if (port->pending_replies) { in evdns_server_request_respond()
2010 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2015 port->pending_replies = req; in evdns_server_request_respond()
2035 if (port->pending_replies) in evdns_server_request_respond()
2086 if (req->port->pending_replies == req) { in server_request_free()
2090 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/libevent/libevent-2.1.11-stable/
H A Devdns.c254 struct server_request *pending_replies; member
1466 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1467 req = port->pending_replies; in server_port_flush()
1739 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2024 if (port->pending_replies) { in evdns_server_request_respond()
2026 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2031 port->pending_replies = req; in evdns_server_request_respond()
2051 if (port->pending_replies) in evdns_server_request_respond()
2102 if (req->port->pending_replies == req) { in server_request_free()
2106 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/libevent/libevent-2.1.11-stable/
H A Devdns.c254 struct server_request *pending_replies; member
1466 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1467 req = port->pending_replies; in server_port_flush()
1739 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2024 if (port->pending_replies) { in evdns_server_request_respond()
2026 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2031 port->pending_replies = req; in evdns_server_request_respond()
2051 if (port->pending_replies) in evdns_server_request_respond()
2102 if (req->port->pending_replies == req) { in server_request_free()
2106 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/extra/libevent/
H A Devdns.c253 struct server_request *pending_replies; member
1451 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1452 req = port->pending_replies; in server_port_flush()
1724 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2008 if (port->pending_replies) { in evdns_server_request_respond()
2010 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2015 port->pending_replies = req; in evdns_server_request_respond()
2035 if (port->pending_replies) in evdns_server_request_respond()
2086 if (req->port->pending_replies == req) { in server_request_free()
2090 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/third_party/libevent/
H A Devdns.c253 struct server_request *pending_replies; member
1451 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1452 req = port->pending_replies; in server_port_flush()
1724 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2008 if (port->pending_replies) { in evdns_server_request_respond()
2010 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2015 port->pending_replies = req; in evdns_server_request_respond()
2035 if (port->pending_replies) in evdns_server_request_respond()
2086 if (req->port->pending_replies == req) { in server_request_free()
2090 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/third_party/libevent/
H A Devdns.c253 struct server_request *pending_replies; member
1451 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1452 req = port->pending_replies; in server_port_flush()
1724 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2008 if (port->pending_replies) { in evdns_server_request_respond()
2010 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2015 port->pending_replies = req; in evdns_server_request_respond()
2035 if (port->pending_replies) in evdns_server_request_respond()
2086 if (req->port->pending_replies == req) { in server_request_free()
2090 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/libevent/libevent-2.1.11-stable/
H A Devdns.c254 struct server_request *pending_replies; member
1466 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1467 req = port->pending_replies; in server_port_flush()
1739 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2024 if (port->pending_replies) { in evdns_server_request_respond()
2026 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2031 port->pending_replies = req; in evdns_server_request_respond()
2051 if (port->pending_replies) in evdns_server_request_respond()
2102 if (req->port->pending_replies == req) { in server_request_free()
2106 req->port->pending_replies = NULL; in server_request_free()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/libevent/libevent-2.1.11-stable/
H A Devdns.c254 struct server_request *pending_replies; member
1466 EVUTIL_ASSERT(req != port->pending_replies); in server_port_flush()
1467 req = port->pending_replies; in server_port_flush()
1739 port->pending_replies = NULL; in evdns_add_server_port_with_base()
2024 if (port->pending_replies) { in evdns_server_request_respond()
2026 req->next_pending = port->pending_replies; in evdns_server_request_respond()
2031 port->pending_replies = req; in evdns_server_request_respond()
2051 if (port->pending_replies) in evdns_server_request_respond()
2102 if (req->port->pending_replies == req) { in server_request_free()
2106 req->port->pending_replies = NULL; in server_request_free()
[all …]

12