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

/bind-9.11.3/lib/dns/
H A Drbt.c78 unsigned int nodecount; member in struct:dns_rbt
111 unsigned int nodecount; /* shadow from rbt structure */ member in struct:file_header
532 header.nodecount = rbt->nodecount;
866 rbt->nodecount++;
943 if ((header->nodecount * sizeof(dns_rbtnode_t)) > filesize) {
947 rehash(rbt, header->nodecount);
963 if (header->nodecount != rbt->nodecount) {
979 rbt->nodecount
3112 print_dot_helper(dns_rbtnode_t *node, unsigned int *nodecount, isc_boolean_t show_pointers, FILE *f) argument
3166 unsigned int nodecount = 0; local
[all...]
H A Dsdb.c1224 nodecount(dns_db_t *db) { function
1274 nodecount,
H A Ddb.c880 return ((db->methods->nodecount)(db));
H A Dsdlz.c1238 nodecount(dns_db_t *db) { function
1308 nodecount,
H A Drbtdb.c239 #define nodecount nodecount64 macro
8011 nodecount(dns_db_t *db) { function
8360 nodecount,
8408 nodecount,
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Ddb.c385 nodecount(dns_db_t *db) { function
608 nodecount,
/bind-9.11.3/lib/dns/include/dns/
H A Ddb.h144 unsigned int (*nodecount)(dns_db_t *db); member in struct:dns_dbmethods

Completed in 64 milliseconds