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

/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssectool.c62 static isc_heap_t *expected_chains, *found_chains; variable
896 result = record_nsec3(owner, &nsec3, mctx, found_chains);
1303 f = isc_heap_element(found_chains, 1);
1305 isc_heap_delete(found_chains, 1);
1322 f = isc_heap_element(found_chains, 1);
1324 isc_heap_delete(found_chains, 1);
1370 f = isc_heap_element(found_chains, 1);
1372 isc_heap_delete(found_chains, 1);
1463 &found_chains);
1760 isc_heap_destroy(&found_chains);
[all...]

Completed in 96 milliseconds