Searched defs:expected_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
837 result = record_nsec3(rawhash, &nsec3, mctx, expected_chains);
1345 while ((e = isc_heap_element(expected_chains, 1)) != NULL) {
1346 isc_heap_delete(expected_chains, 1);
1505 &expected_chains);
1804 isc_heap_destroy(&expected_chains);

Completed in 1521 milliseconds