Lines Matching refs:ppool
381 struct http_client_peer_pool *ppool = conn->ppool;
382 struct http_client_peer_shared *pshared = ppool->peer;
393 count = array_count(&ppool->conns);
401 unsigned int idle_count = array_count(&ppool->idle_conns);
416 array_append(&ppool->idle_conns, &conn, 1);
427 struct http_client_peer_pool *ppool = conn->ppool;
467 unsigned int idle_count = array_count(&ppool->idle_conns);
471 i_assert(array_count(&ppool->conns) >= idle_count + 1);
483 array_append(&ppool->idle_conns, &conn, 1);
496 conn_arr = &conn->ppool->idle_conns;
510 i_assert(peer->ppool == conn->ppool);
576 struct http_client_peer_shared *pshared = conn->ppool->peer;
601 struct http_client_peer_shared *pshared = conn->ppool->peer;
810 struct http_client_peer_shared *pshared = conn->ppool->peer;
899 struct http_client_peer_shared *pshared = conn->ppool->peer;
1311 struct http_client_peer_pool *ppool = conn->ppool;
1312 struct http_client_peer_shared *pshared = ppool->peer;
1325 conn_arr = &ppool->pending_conns;
1338 if (ppool->rawlog_dir != NULL) {
1339 iostream_rawlog_create(ppool->rawlog_dir,
1381 struct http_client_peer_shared *pshared = conn->ppool->peer;
1402 struct http_client_peer_pool *ppool = conn->ppool;
1403 struct http_client_peer_shared *pshared = ppool->peer;
1406 struct ssl_iostream_context *ssl_ctx = ppool->ssl_ctx;
1454 struct http_client_peer_shared *pshared = conn->ppool->peer;
1530 struct http_client_context *cctx = conn->ppool->peer->cctx;
1553 struct http_client_peer_shared *pshared = conn->ppool->peer;
1573 struct http_client_peer_shared *pshared = conn->ppool->peer;
1603 struct http_client_context *cctx = conn->ppool->peer->cctx;
1626 struct http_client_peer_pool *ppool = peer->ppool;
1661 conn->ppool = ppool;
1694 array_append(&ppool->pending_conns, &conn, 1);
1695 array_append(&ppool->conns, &conn, 1);
1698 http_client_peer_pool_ref(ppool);
1702 conn_type, array_count(&ppool->conns),
1716 struct http_client_peer_pool *ppool = conn->ppool;
1754 conn_arr = &ppool->conns;
1761 conn_arr = &ppool->pending_conns;
1777 struct http_client_peer_pool *ppool = conn->ppool;
1810 http_client_peer_pool_unref(&ppool);
1827 struct http_client_peer_shared *pshared = conn->ppool->peer;