Searched refs:isc_buffer_activelength (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dbuffer.h158 #define isc_buffer_activelength(b) ((b)->active - (b)->current) /* c-b */ macro
761 (_r)->length = isc_buffer_activelength(_b); \
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dbuffer.h158 #define isc_buffer_activelength(b) ((b)->active - (b)->current) /* c-b */ macro
766 (_r)->length = isc_buffer_activelength(_b); \
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dhip_55.c221 while (isc_buffer_activelength(source) > 0) {
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drdata.c521 activelength = isc_buffer_activelength(source);

Completed in 69 milliseconds