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

/bind-9.11.3/lib/dns/
H A Ddbtable.c260 unsigned int rbtoptions = 0; local
265 rbtoptions |= DNS_RBTFIND_NOEXACT;
269 result = dns_rbt_findname(dbtable->rbt, name, rbtoptions, NULL,
H A Dzt.c154 unsigned int rbtoptions = 0; local
159 rbtoptions |= DNS_RBTFIND_NOEXACT;
163 result = dns_rbt_findname(zt->table, name, rbtoptions, foundname,
H A Drbtdb.c5373 unsigned int rbtoptions = DNS_RBTFIND_EMPTYDATA; local
5395 rbtoptions |= DNS_RBTFIND_NOEXACT;
5403 &search.chain, rbtoptions, NULL, &search);

Completed in 37 milliseconds