Searched refs:foreach_rrset (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dupdate.c286 * 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);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dupdate.c285 * foreach_rrset() can be used to iterate over the RRsets
302 * Function type for foreach_rrset() iterator actions.
354 foreach_rrset(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, function
417 return (foreach_rrset(db, ver, name, foreach_node_rr_action, &ctx));
604 result = foreach_rrset(db, ver, name, name_exists_action, NULL);
807 result = foreach_rrset(db, ver, name, is_non_nsec_action, NULL);
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dupdate.c525 * foreach_rrset() can be used to iterate over the RRsets
542 * Function type for foreach_rrset() iterator actions.
594 foreach_rrset(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, function
670 return (foreach_rrset(db, ver, name, foreach_node_rr_action, &ctx));
859 result = foreach_rrset(db, ver, name, cname_compatibility_action, NULL);
903 result = foreach_rrset(db, ver, name, name_exists_action, NULL);
1019 result = foreach_rrset(db, ver, name, ssu_checkrule, &ssuinfo);

Completed in 211 milliseconds