Searched refs:rbtoptions (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Ddbtable.c268 unsigned int rbtoptions = 0; local
273 rbtoptions |= DNS_RBTFIND_NOEXACT;
277 result = dns_rbt_findname(dbtable->rbt, name, rbtoptions, NULL,
H A Dzt.c148 unsigned int rbtoptions = 0; local
153 rbtoptions |= DNS_RBTFIND_NOEXACT;
157 result = dns_rbt_findname(zt->table, name, rbtoptions, foundname,
H A Drbtdb.c4734 unsigned int rbtoptions = DNS_RBTFIND_EMPTYDATA; local
4756 rbtoptions |= DNS_RBTFIND_NOEXACT;
4764 &search.chain, rbtoptions, NULL, &search);

Completed in 38 milliseconds