Lines Matching defs:cctx
107 ppool->event = event_create(pshared->cctx->event);
249 http_client_peer_shared_create(struct http_client_context *cctx,
256 pshared->cctx = cctx;
277 pshared->event = event_create(cctx->event);
281 hash_table_insert(cctx->peers,
283 DLLIST_PREPEND(&cctx->peers_list, pshared);
286 cctx->set.connect_backoff_time_msecs;
288 cctx->set.connect_backoff_max_time_msecs;
314 hash_table_remove(pshared->cctx->peers,
316 DLLIST_REMOVE(&pshared->cctx->peers_list, pshared);
327 http_client_peer_shared_get(struct http_client_context *cctx,
332 pshared = hash_table_lookup(cctx->peers, addr);
334 pshared = http_client_peer_shared_create(cctx, addr);
411 pshared->cctx->ioloop, new_time,
715 pshared = http_client_peer_shared_get(client->cctx, addr);