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

  /src/external/mpl/bind/dist/lib/dns/include/dns/
acl.h 174 #define dns_acl_detach(ptrp) dns_acl__detach(ptrp, __func__, __FILE__, __LINE__) macro
  /src/external/mpl/dhcp/bind/dist/lib/dns/
acl.c 68 * Must set magic early because we use dns_acl_detach() to clean up.
97 dns_acl_detach(&acl);
460 dns_acl_detach(&de->nestedacl);
479 dns_acl_detach(dns_acl_t **aclp) { function
642 dns_acl_detach(&env->localhost);
649 dns_acl_detach(&t->localhost);
651 dns_acl_detach(&t->localnets);
662 dns_acl_detach(&env->localhost);
665 dns_acl_detach(&env->localnets);

Completed in 28 milliseconds