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

/bind-9.11.3/lib/dns/rdata/in_1/
H A Dapl_42.c252 REQUIRE(apl->apl != NULL || apl->apl_len == 0);
254 isc_buffer_init(&b, apl->apl, apl->apl_len);
255 isc_buffer_add(&b, apl->apl_len);
256 isc_buffer_setactive(&b, apl->apl_len);
273 apl->apl_len = r.length;
305 REQUIRE(apl->apl != NULL || apl->apl_len == 0);
316 INSIST(apl->apl_len > 3U);
318 INSIST(4 + length <= apl->apl_len);
331 REQUIRE(apl->apl != NULL || apl->apl_len == 0);
336 if (apl->apl == NULL || apl->offset == apl->apl_len)
[all...]
H A Dapl_42.h28 isc_uint16_t apl_len; member in struct:dns_rdata_in_apl

Completed in 10 milliseconds