HomeSort by: relevance | last modified time | path
    Searched refs:hhit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
hhit_67.c 114 dns_rdata_hhit_t *hhit = source; local
117 REQUIRE(hhit != NULL);
118 REQUIRE(hhit->common.rdtype == type);
119 REQUIRE(hhit->common.rdclass == rdclass);
125 return mem_tobuffer(target, hhit->data, hhit->datalen);
130 dns_rdata_hhit_t *hhit = target; local
134 REQUIRE(hhit != NULL);
137 DNS_RDATACOMMON_INIT(hhit, rdata->type, rdata->rdclass);
142 hhit->datalen = sr.length
150 dns_rdata_hhit_t *hhit = (dns_rdata_hhit_t *)source; local
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
rdata_test.c 2058 /* HHIT RDATA - base64 encoded opaque */
2059 ISC_RUN_TEST_IMPL(hhit) {

Completed in 24 milliseconds