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

  /src/external/mpl/bind/dist/lib/dns/
update.c 173 * foreach_rrset() can be used to iterate over the RRsets
190 * Function type for foreach_rrset() iterator actions.
242 foreach_rrset(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, function
305 return foreach_rrset(db, ver, name, foreach_node_rr_action, &ctx);
492 result = foreach_rrset(db, ver, name, name_exists_action, NULL);
694 result = foreach_rrset(db, ver, name, is_non_nsec_action, NULL);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
update.c 286 * foreach_rrset() can be used to iterate over the RRsets
303 * Function type for foreach_rrset() iterator actions.
355 foreach_rrset(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, function
418 return (foreach_rrset(db, ver, name, foreach_node_rr_action, &ctx));
605 result = foreach_rrset(db, ver, name, name_exists_action, NULL);
808 result = foreach_rrset(db, ver, name, is_non_nsec_action, NULL);
  /src/external/mpl/bind/dist/lib/ns/
update.c 491 * foreach_rrset() can be used to iterate over the RRsets
508 * Function type for foreach_rrset() iterator actions.
560 foreach_rrset(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, function
636 return foreach_rrset(db, ver, name, foreach_node_rr_action, &ctx);
825 result = foreach_rrset(db, ver, name, cname_compatibility_action, NULL);
868 result = foreach_rrset(db, ver, name, name_exists_action, NULL);
984 result = foreach_rrset(db, ver, name, ssu_checkrule, &ssuinfo);

Completed in 55 milliseconds