Searched defs:rbtoptions (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | dbtable.c | 260 unsigned int rbtoptions = 0; local 265 rbtoptions |= DNS_RBTFIND_NOEXACT; 269 result = dns_rbt_findname(dbtable->rbt, name, rbtoptions, NULL,
|
H A D | zt.c | 154 unsigned int rbtoptions = 0; local 159 rbtoptions |= DNS_RBTFIND_NOEXACT; 163 result = dns_rbt_findname(zt->table, name, rbtoptions, foundname,
|
H A D | rbtdb.c | 5373 unsigned int rbtoptions = DNS_RBTFIND_EMPTYDATA; local 5395 rbtoptions |= DNS_RBTFIND_NOEXACT; 5403 &search.chain, rbtoptions, NULL, &search);
|
Completed in 38 milliseconds