Searched defs:action_data (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dupdate.c335 * with the rdataset and 'action_data' as arguments. If the name
342 rrset_func *action, void *action_data)
370 result = (*action)(action_data, &rdataset);
390 * with the RR and 'action_data' as arguments. If the name
411 * 'action' with the RR and 'action_data' as arguments. If the name
341 foreach_rrset(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, rrset_func *action, void *action_data) argument
/bind-9.11.3/bin/named/
H A Dupdate.c546 * with the rdataset and 'action_data' as arguments. If the name
553 rrset_func *action, void *action_data)
594 result = (*action)(action_data, &rdataset);
614 * with the RR and 'action_data' as arguments. If the name
635 * 'action' with the RR and 'action_data' as arguments. If the name
552 foreach_rrset(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, rrset_func *action, void *action_data) argument

Completed in 23 milliseconds