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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddbtable.c269 unsigned int rbtoptions = 0; local
274 rbtoptions |= DNS_RBTFIND_NOEXACT;
278 result = dns_rbt_findname(dbtable->rbt, name, rbtoptions, NULL,
H A Dzt.c164 unsigned int rbtoptions = 0; local
169 rbtoptions |= DNS_RBTFIND_NOEXACT;
173 result = dns_rbt_findname(zt->table, name, rbtoptions, foundname,
H A Drbtdb.c5135 unsigned int rbtoptions = DNS_RBTFIND_EMPTYDATA; local
5157 rbtoptions |= DNS_RBTFIND_NOEXACT;
5165 &search.chain, rbtoptions, NULL, &search);

Completed in 169 milliseconds