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

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drbt.h72 typedef struct dns_rbtnode dns_rbtnode_t; typedef in typeref:struct:dns_rbtnode
83 dns_rbtnode_t *parent;
84 dns_rbtnode_t *left;
85 dns_rbtnode_t *right;
86 dns_rbtnode_t *down;
88 dns_rbtnode_t *hashnext;
96 ISC_LINK(dns_rbtnode_t) deadlink;
139 typedef isc_result_t (*dns_rbtfindcallback_t)(dns_rbtnode_t *node,
206 dns_rbtnode_t * end;
215 dns_rbtnode_t * level
[all...]
/freebsd-9.3-release/contrib/bind9/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.c262 dns_rbtnode_t *node;
274 typedef ISC_LIST(dns_rbtnode_t) rbtnodelist_t;
357 dns_rbtnode_t * node;
414 dns_rbtnode_t * origin_node;
477 dns_rbtnode_t * zonecut;
622 dns_rbtnode_t *node;
623 dns_rbtnode_t *deletions[DELETION_BATCH_MAX];
872 dns_rbtnode_t *node;
1165 dns_rbtnode_t *node)
1307 rollback_node(dns_rbtnode_t *nod
[all...]
H A Dkeytable.c154 dns_rbtnode_t *node;
229 dns_rbtnode_t *node = NULL;
254 dns_rbtnode_t *node = NULL;
317 dns_rbtnode_t *node = NULL;
563 dns_rbtnode_t *node;
H A Dzt.c444 dns_rbtnode_t *node;
H A Dtsig.c488 dns_rbtnode_t *node;
661 dns_rbtnode_t *node;
H A Dresolver.c5446 dns_rbtnode_t *node = NULL;
5502 dns_rbtnode_t *node = NULL;
8909 dns_rbtnode_t *node = NULL;
H A Dzone.c3716 dns_rbtnode_t *rbtnode = NULL;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c7660 dns_rbtnode_t *node;
7768 dns_rbtnode_t *node;

Completed in 335 milliseconds