HomeSort by: relevance | last modified time | path
    Searched defs:ztoptions (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
view.c 1097 unsigned int ztoptions = DNS_ZTFIND_MIRROR; local
1113 ztoptions |= DNS_ZTFIND_NOEXACT;
1118 result = dns_zt_find(zonetable, name, ztoptions, &zone);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
view.c 1303 unsigned int ztoptions = DNS_ZTFIND_MIRROR; local
1327 ztoptions |= DNS_ZTFIND_NOEXACT;
1329 result = dns_zt_find(view->zonetable, name, ztoptions, NULL,
  /src/external/mpl/bind/dist/lib/ns/
query.c 1197 unsigned int ztoptions; local
1208 ztoptions = DNS_ZTFIND_MIRROR;
1210 ztoptions |= DNS_ZTFIND_NOEXACT;
1213 result = dns_view_findzone(client->view, name, ztoptions, &zone);

Completed in 32 milliseconds