Searched refs:ztoptions (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dview.c1280 unsigned int ztoptions = 0; local
1304 ztoptions |= DNS_ZTFIND_NOEXACT;
1305 result = dns_zt_find(view->zonetable, name, ztoptions,
/bind-9.11.3/bin/named/
H A Dquery.c921 unsigned int ztoptions; local
932 ztoptions = ((options & DNS_GETDB_NOEXACT) != 0) ?
935 result = dns_zt_find(client->view->zonetable, name, ztoptions, NULL,

Completed in 224 milliseconds