Searched defs:null (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | null_10.c | 90 dns_rdata_null_t *null = source; local 94 REQUIRE(null->common.rdtype == type); 95 REQUIRE(null->common.rdclass == rdclass); 96 REQUIRE(null->data != NULL || null->length == 0); 101 return (mem_tobuffer(target, null->data, null->length)); 106 dns_rdata_null_t *null = target; local 112 null->common.rdclass = rdata->rdclass; 113 null 128 dns_rdata_null_t *null = source; local [all...] |
/bind-9.6-ESV-R11/bin/tests/ |
H A D | rdata_test.c | 206 static dns_rdata_null_t null; local 207 result = dns_rdata_tostruct(rdata, sp = &null, NULL); 473 static dns_rdata_null_t null; local 474 result = dns_rdata_tostruct(rdata, sp = &null, mctx); 770 dns_rdata_null_t null; 771 result = dns_rdata_fromstruct(rdata2, rdc, rdt, &null, b);
|
Completed in 3602 milliseconds