/bind-9.11.3/lib/dns/include/dns/ |
H A D | validator.h | 156 unsigned int depth; member in struct:dns_validator
|
/bind-9.11.3/lib/dns/ |
H A D | validator.c | 1187 val->subvalidator->depth = val->depth + 1; 3798 val->depth = 0; 3941 int depth = val->depth * 2; local 3945 if ((unsigned int) depth >= sizeof spaces) 3946 depth = sizeof spaces - 1; 3956 "%.*svalidating %s/%s: %s", depth, spaces, 3960 "%.*svalidator @%p: %s", depth, spaces,
|
H A D | rbt.c | 120 * step two: walk the tree in a depth-first, left-right-down order, writing 2053 * a, b, and c. Deleting a.com would find only a partial depth 2997 dns_rbt_indent(FILE *f, int depth) { argument 3000 fprintf(f, "%4d ", depth); 3002 for (i = 0; i < depth; i++) 3053 int depth, const char *direction, 3056 dns_rbt_indent(f, depth); 3064 ( IS_ROOT(root) && depth > 0 && 3083 depth++; 3087 print_text_helper(LEFT(root), root, depth, "lef local 3052 print_text_helper(dns_rbtnode_t *root, dns_rbtnode_t *parent, int depth, const char *direction, void (*data_printer)(FILE *, void *), FILE *f) argument 3092 print_text_helper(RIGHT(root), root, depth, "right", local 3095 print_text_helper(DOWN(root), NULL, depth, "down", local [all...] |
H A D | adb.c | 200 unsigned int depth; member in struct:dns_adbfetch 2945 in_port_t port, unsigned int depth, isc_counter_t *qc, 3184 fetch_name(adbname, start_at_zone, depth, qc, 3195 fetch_name(adbname, start_at_zone, depth, qc, 3964 if (fetch->depth > 1) 4004 unsigned int depth, isc_counter_t *qc, dns_rdatatype_t type) 4049 fetch->depth = depth; 4053 NULL, 0, options, depth, qc, 2941 dns_adb_createfind2(dns_adb_t *adb, isc_task_t *task, isc_taskaction_t action, void *arg, dns_name_t *name, dns_name_t *qname, dns_rdatatype_t qtype, unsigned int options, isc_stdtime_t now, dns_name_t *target, in_port_t port, unsigned int depth, isc_counter_t *qc, dns_adbfind_t **findp) argument 4003 fetch_name(dns_adbname_t *adbname, isc_boolean_t start_at_zone, unsigned int depth, isc_counter_t *qc, dns_rdatatype_t type) argument
|
H A D | resolver.c | 371 unsigned int depth; member in struct:fetchctx 3117 fctx->depth + 1, fctx->qc, &find); 3226 FCTXTRACE5("getaddresses", "fctx->depth=", fctx->depth); 3239 if (fctx->depth > res->maxdepth) { 3243 "(depth=%u, maxdepth=%u)", 3244 fctx->info, fctx->depth, res->maxdepth); 4226 unsigned int options, unsigned int bucketnum, unsigned int depth, 4295 fctx->depth = depth; 4224 fctx_create(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type, dns_name_t *domain, dns_rdataset_t *nameservers, unsigned int options, unsigned int bucketnum, unsigned int depth, isc_counter_t *qc, fetchctx_t **fctxp) argument 9400 dns_resolver_createfetch3(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type, dns_name_t *domain, dns_rdataset_t *nameservers, dns_forwarders_t *forwarders, isc_sockaddr_t *client, dns_messageid_t id, unsigned int options, unsigned int depth, isc_counter_t *qc, isc_task_t *task, isc_taskaction_t action, void *arg, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_fetch_t **fetchp) argument [all...] |