Searched refs:clean_namehooks (Results 1 – 1 of 1) sorted by relevance
323 static isc_boolean_t clean_namehooks(dns_adb_t *, dns_adbnamehooklist_t *);1018 result4 = clean_namehooks(adb, &name->v4); in kill_name()1019 result6 = clean_namehooks(adb, &name->v6); in kill_name()1064 result4 = clean_namehooks(adb, &name->v4); in check_expire_namehooks()1077 result6 = clean_namehooks(adb, &name->v6); in check_expire_namehooks()1298 clean_namehooks(dns_adb_t *adb, dns_adbnamehooklist_t *namehooks) { in clean_namehooks() function