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

/bind-9.6-ESV-R11/lib/dns/
H A Dadb.c497 dns_adbnamehook_t *nh; local
524 nh = NULL;
541 INSIST(nh == NULL);
542 nh = new_adbnamehook(adb, NULL);
543 if (nh == NULL) {
564 nh->entry = entry;
575 nh->entry = foundentry;
577 free_adbnamehook(adb, &nh);
581 if (nh != NULL)
582 ISC_LIST_APPEND(*hookhead, nh, plin
1339 dns_adbnamehook_t *nh; local
1354 dns_adbnamehook_t *nh; local
2949 dns_adbnamehook_t *nh; local
[all...]

Completed in 36 milliseconds