Searched refs:rbtoptions (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dbtable.c | 268 unsigned int rbtoptions = 0; local 273 rbtoptions |= DNS_RBTFIND_NOEXACT; 277 result = dns_rbt_findname(dbtable->rbt, name, rbtoptions, NULL,
|
H A D | zt.c | 148 unsigned int rbtoptions = 0; local 153 rbtoptions |= DNS_RBTFIND_NOEXACT; 157 result = dns_rbt_findname(zt->table, name, rbtoptions, foundname,
|
H A D | rbtdb.c | 4734 unsigned int rbtoptions = DNS_RBTFIND_EMPTYDATA; local 4756 rbtoptions |= DNS_RBTFIND_NOEXACT; 4764 &search.chain, rbtoptions, NULL, &search);
|
Completed in 2370 milliseconds