Searched refs:isc_buffer_activelength (Results 1 – 6 of 6) sorted by relevance
165 #define isc_buffer_activelength(b) ((b)->active - (b)->current) /* c-b */760 r->length = isc_buffer_activelength(b);162 #define isc_buffer_activelength( global() macro
168 #define isc_buffer_activelength(b) ((b)->active - (b)->current) /* c-b */ macro900 (_r)->length = isc_buffer_activelength(_b); \
232 while (isc_buffer_activelength(source) > 0) { in fromwire_hip()
233 while (isc_buffer_activelength(source) > 0) { in fromwire_hip()
790 activelength = isc_buffer_activelength(source); in dns_rdata_fromwire()
995 activelength = isc_buffer_activelength(source); in dns_rdata_fromtext()