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

/bind-9.6-ESV-R11/lib/isc/tests/
H A Dsockaddr_test.c45 unsigned int h1, h2, h3, h4; local
56 h2 = isc_sockaddr_hash(&addr, ISC_FALSE);
57 ATF_CHECK(h1 != h2);
65 ATF_CHECK(h2 == h4);
/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c761 rdatasetheader_t *h2 = v2; local
763 if (h1->rdh_ttl < h2->rdh_ttl)
771 rdatasetheader_t *h2 = v2; local
773 if (h1->resign < h2->resign)

Completed in 26 milliseconds