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

/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dapl_42.h37 isc_uint16_t apl_len; member in struct:dns_rdata_in_apl
H A Dapl_42.c261 REQUIRE(apl->apl != NULL || apl->apl_len == 0);
263 isc_buffer_init(&b, apl->apl, apl->apl_len);
264 isc_buffer_add(&b, apl->apl_len);
265 isc_buffer_setactive(&b, apl->apl_len);
282 apl->apl_len = r.length;
314 REQUIRE(apl->apl != NULL || apl->apl_len == 0);
325 INSIST(apl->apl_len > 3U);
327 INSIST(length <= apl->apl_len);
340 REQUIRE(apl->apl != NULL || apl->apl_len == 0);
345 if (apl->apl == NULL || apl->offset == apl->apl_len)
[all...]

Completed in 9 milliseconds