Lines Matching defs:found_chains
83 isc_heap_t *found_chains;
613 found_chains);
1147 f = isc_heap_element(vctx->found_chains, 1);
1150 isc_heap_delete(vctx->found_chains, 1);
1172 f = isc_heap_element(vctx->found_chains,
1176 vctx->found_chains, 1);
1225 f = isc_heap_element(vctx->found_chains, 1);
1227 isc_heap_delete(vctx->found_chains, 1);
1306 vctx->found_chains = NULL;
1307 isc_heap_create(mctx, chain_compare, NULL, 1024, &vctx->found_chains);
1338 isc_heap_foreach(vctx->found_chains, free_element_heap, vctx->mctx);
1339 isc_heap_destroy(&vctx->found_chains);