Lines Matching refs:peer
25 name lookup data, peer status and idle connections to be shared between
62 A peer pool lists all unused and pending connections to a peer, grouped by
68 The shared peer object records state information about a peer, which is a
69 service access point (ip:port or unix socket path). The peer object also
72 separate (non-shared) peer object for client-specific state information.
76 A peer object maintains client-specific information for a peer. Claimed
77 connections are dedicated to one peer (and therefore one client).
245 struct http_client_peer *peer;
260 peer = client->peers_list;
261 http_client_peer_close(&peer);
283 struct http_client_peer *peer;
287 for (peer = client->peers_list; peer != NULL;
288 peer = peer->client_next)
289 http_client_peer_switch_ioloop(peer);
521 struct http_client_peer_shared *peer;
539 peer = cctx->peers_list;
540 http_client_peer_shared_close(&peer);
541 i_assert(peer == NULL);