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

/bind-9.6-ESV-R11/lib/dns/
H A Dacl.c274 int max_node = 0, nodes; local
349 nodes = max_node + dest->node_count;
353 if (nodes > dest->node_count)
354 dest->node_count = nodes;
491 * Called via isc_radix_walk() to find IP table nodes that are
H A Dmasterdump.c182 unsigned int nodes; member in struct:dns_dumpctx
1247 dctx->nodes = 0;
1318 unsigned int nodes; local
1394 nodes = dctx->nodes;
1396 while (result == ISC_R_SUCCESS && (dctx->nodes == 0 || nodes--)) {
1430 * Work out how many nodes can be written in the time between
1432 * use it as a estimate for the number of nodes to be written in the
1435 if (dctx->nodes !
[all...]
H A Dzone.c308 isc_uint32_t nodes; member in struct:dns_zone
535 * a NSEC3 chain only the non-NSEC3 nodes will be iterated. If we are
536 * removing a NSEC3 chain then both NSEC3 and non-NSEC3 nodes will be
808 zone->nodes = 100;
2613 "number of nodes in database: %u",
4867 isc_uint32_t nodes; local
4936 * We keep pulling nodes off each iterator in turn until
4937 * we have no more nodes to pull off or we reach the limits
4940 nodes = zone->nodes;
5674 isc_uint32_t nodes; local
11878 dns_zone_setnodes(dns_zone_t *zone, isc_uint32_t nodes) argument
[all...]
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c619 hashlist_init(hashlist_t *l, unsigned int nodes, unsigned int length) { argument
624 if (nodes != 0) {
625 l->size = nodes;
1795 * For NSEC zones nodes with zone data have NSEC records.
1796 * For NSEC3 zones the NSEC3 nodes are zone data but
2472 * Add hashs for empty nodes. Use closest encloser logic.
2601 * Add NSEC3's for empty nodes. Use closest encloser logic.

Completed in 43 milliseconds