Searched defs:found_chains (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c57 static isc_heap_t *expected_chains, *found_chains; variable
941 result = record_nsec3(owner, &nsec3, mctx, found_chains);
1348 f = isc_heap_element(found_chains, 1);
1350 isc_heap_delete(found_chains, 1);
1367 f = isc_heap_element(found_chains, 1);
1369 isc_heap_delete(found_chains, 1);
1415 f = isc_heap_element(found_chains, 1);
1417 isc_heap_delete(found_chains, 1);
1508 &found_chains);
1805 isc_heap_destroy(&found_chains);
[all...]

Completed in 1483 milliseconds