Searched defs:depth (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzkt.c149 static void list_key (const dki_t **nodep, const VISIT which, int depth) argument
156 //fprintf (stderr, "listkey %d %d %s\n", which, depth, dkp->name);
197 static void list_trustedkey (const dki_t **nodep, const VISIT which, int depth)
207 // fprintf (stderr, "list_trustedkey order=%d(pre=0,in=1,post=2,leaf=3) depth=%d %s\n", which, depth, dkp->name);
220 static void list_trustedkey (const dki_t **nodep, const VISIT which, int depth) argument
230 // fprintf (stderr, "list_trustedkey order=%d(pre=0,in=1,post=2,leaf=3) depth=%d %s\n", which, depth, dkp->name);
272 static void list_dnskey (const dki_t **nodep, const VISIT which, int depth) argument
322 static void set_keylifetime (const dki_t **nodep, const VISIT which, int depth) argument
369 tag_search(const dki_t **nodep, const VISIT which, int depth) argument
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dvalidator.h165 unsigned int depth; member in struct:dns_validator
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c533 register int n, fd, cc, i, depth; local
659 register int depth = 0; \
664 if (depth == 0) \
669 ++depth; \
674 --depth; \
772 depth = 0;
777 ++depth;
779 if (--depth <= 1)
/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c1216 * a, b, and c. Deleting a.com would find only a partial depth
2116 dns_rbt_indent(int depth) { argument
2119 for (i = 0; i < depth; i++)
2142 dns_rbt_printtree(dns_rbtnode_t *root, dns_rbtnode_t *parent, int depth) { argument
2143 dns_rbt_indent(depth);
2154 ( IS_ROOT(root) && depth > 0 &&
2168 depth++;
2171 dns_rbt_indent(depth);
2175 dns_rbt_printtree(DOWN(root), NULL, depth); local
2176 dns_rbt_indent(depth);
2184 dns_rbt_printtree(LEFT(root), root, depth); local
2188 dns_rbt_printtree(RIGHT(root), root, depth); local
[all...]
H A Dvalidator.c1167 val->subvalidator->depth = val->depth + 1;
3708 val->depth = 0;
3847 int depth = val->depth * 2; local
3851 if ((unsigned int) depth >= sizeof spaces)
3852 depth = sizeof spaces - 1;
3862 "%.*svalidating @%p: %s %s: %s", depth, spaces,
3866 "%.*svalidator @%p: %s", depth, spaces,

Completed in 31 milliseconds