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

/bind-9.6-ESV-R11/lib/dns/
H A Dadb.c632 isc_boolean_t result4, result6; local
662 result4 = clean_namehooks(adb, &name->v4);
665 result = ISC_TF(result4 || result6);
695 isc_boolean_t result4 = ISC_FALSE; local
708 result4 = clean_namehooks(adb, &name->v4);
735 return (ISC_TF(result4 || result6));

Completed in 709 milliseconds