Searched defs:down (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dname_test.c75 dns_name_t *name, *origin, *comp, *down; local
275 down = name;
278 down = dns_fixedname_name(&downname);
280 result = dns_name_downcase(name, down, NULL);
283 dns_name_toregion(down, &r);
286 dns_name_countlabels(down),
290 print_name(down);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drbt.h80 dns_rbtnode_t *down; member in struct:dns_rbtnode
156 * chain to remain valid, the tree has to be locked down against writes for the
533 * in levels down from it are removed too.
666 * Then the down pointer, left and right pointers are displayed
667 * recursively in turn. NULL down pointers are silently omitted;
871 * Descend down if possible.
/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c239 * Otherwise, it points up to the header whose down pointer points
243 struct rdatasetheader *down; member in struct:rdatasetheader
1322 for (dcurrent = header->down;
1324 dcurrent = dcurrent->down) {
1340 for (d = top->down; d != NULL; d = down_next) {
1341 down_next = d->down;
1344 top->down = NULL;
1400 for (dcurrent = current->down;
1403 down_next = dcurrent->down;
1409 dparent->down
[all...]

Completed in 1011 milliseconds