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

  /src/external/mpl/bind/dist/lib/dns/
rbtdb_p.h 192 dns_rbtnode_t *zonecut; member in struct:__anon24090
zoneverify.c 1700 dns_name_t *name, *nextname, *prevname, *zonecut; local
1714 zonecut = NULL;
1776 zonecut = dns_fixedname_name(&fzonecut);
1777 dns_name_copy(name, zonecut);
1780 zonecut = dns_fixedname_name(&fzonecut);
1781 dns_name_copy(name, zonecut);
1799 (zonecut != NULL &&
1800 dns_name_issubdomain(nextname, zonecut)))
qpcache.c 331 qpcnode_t *zonecut; member in struct:__anon24083
1165 REQUIRE(search->zonecut != NULL);
1172 node = search->zonecut;
1322 REQUIRE(search->zonecut == NULL);
1361 search->zonecut = node;
1699 if (search.zonecut != NULL) {
2028 * If we found a zonecut but aren't going to use it, we have to
2032 node = search.zonecut;
qpzone.c 268 qpznode_t *zonecut; member in struct:__anon24084
2562 REQUIRE(search->zonecut != NULL);
2569 node = search->zonecut;
3240 search->zonecut = node;
3244 * Since we've found a zonecut, anything beneath it is
3270 * There is no zonecut at this node which is active in this
3358 for (unsigned int i = 0; i < clen && search.zonecut == NULL; i++) {
3376 if (search.zonecut != NULL) {
3412 * beneath a zonecut, and there's no matching wildcard.
3442 if (search.zonecut != NULL)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zoneverify.c 1699 dns_name_t *name, *nextname, *prevname, *zonecut; local
1713 zonecut = NULL;
1775 zonecut = dns_fixedname_name(&fzonecut);
1776 dns_name_copynf(name, zonecut);
1779 zonecut = dns_fixedname_name(&fzonecut);
1780 dns_name_copynf(name, zonecut);
1799 (zonecut != NULL &&
1800 dns_name_issubdomain(nextname, zonecut)))
rbtdb.c 571 dns_rbtnode_t *zonecut; member in struct:__anon24334
3005 * zonecut.
3007 if (search->zonecut != NULL) {
3096 search->zonecut = node;
3100 * Since we've found a zonecut, anything beneath it is
3126 * There is no zonecut at this node which is active in this
3278 node = search->zonecut;
3342 if (node != search->zonecut) {
4114 search.zonecut = NULL;
4139 if (search.zonecut != NULL)
    [all...]
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 1594 static dns_name_t *zonecut = NULL; /* Protected by namelock. */ local
1645 (zonecut == NULL ||
1646 !dns_name_issubdomain(name, zonecut)))
1651 zonecut = savezonecut(&fzonecut, name);
1658 zonecut = savezonecut(&fzonecut, name);
1840 dns_name_t *name, *nextname, *zonecut; local
1851 zonecut = NULL;
1914 zonecut = savezonecut(&fzonecut, name);
1920 zonecut = savezonecut(&fzonecut, name);
1937 (zonecut != NULL &
2316 dns_name_t *name, *nextname, *zonecut; local
    [all...]

Completed in 37 milliseconds