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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drbt.h72 typedef struct dns_rbtnode dns_rbtnode_t; typedef in typeref:struct:dns_rbtnode
77 dns_rbtnode_t *parent;
78 dns_rbtnode_t *left;
79 dns_rbtnode_t *right;
80 dns_rbtnode_t *down;
82 dns_rbtnode_t *hashnext;
90 ISC_LINK(dns_rbtnode_t) deadlink;
136 typedef isc_result_t (*dns_rbtfindcallback_t)(dns_rbtnode_t *node,
203 dns_rbtnode_t * end;
212 dns_rbtnode_t * level
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c65 dns_rbtnode_t * root;
70 dns_rbtnode_t ** hashtable;
165 dns_name_t Name(dns_rbtnode_t *node);
167 Name(dns_rbtnode_t *node) {
177 static void dns_rbt_printnodename(dns_rbtnode_t *node);
180 static inline dns_rbtnode_t *
181 find_up(dns_rbtnode_t *node) {
182 dns_rbtnode_t *root;
199 create_node(isc_mem_t *mctx, dns_name_t *name, dns_rbtnode_t **nodep);
203 hash_node(dns_rbt_t *rbt, dns_rbtnode_t *nod
[all...]
H A Drbtdb.c261 dns_rbtnode_t *node;
273 typedef ISC_LIST(dns_rbtnode_t) rbtnodelist_t;
356 dns_rbtnode_t * node;
413 dns_rbtnode_t * origin_node;
474 dns_rbtnode_t * zonecut;
619 dns_rbtnode_t *node;
620 dns_rbtnode_t *deletions[DELETION_BATCH_MAX];
867 dns_rbtnode_t *node;
1162 dns_rbtnode_t *node)
1304 rollback_node(dns_rbtnode_t *nod
[all...]
H A Dkeytable.c180 dns_rbtnode_t *node;
H A Dzt.c357 dns_rbtnode_t *node;
H A Dtsig.c470 dns_rbtnode_t *node;
H A Dresolver.c8436 dns_rbtnode_t *node = NULL;
/bind-9.6-ESV-R11/bin/tests/
H A Drbt_test.c114 dns_rbtnode_t *node1, *node2;
/bind-9.6-ESV-R11/bin/tests/rbt/
H A Dt_rbt.c765 dns_rbtnode_t *node;
1445 dns_rbtnode_t *node;
1652 dns_rbtnode_t *node;
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c5626 dns_rbtnode_t *node;
5734 dns_rbtnode_t *node;

Completed in 70 milliseconds