Searched refs:isc_buffer_activelength (Results 1 – 3 of 3) sorted by relevance
141 #define isc_buffer_activelength(b) ((b)->active - (b)->current) /* c-b */ macro630 (_r)->length = isc_buffer_activelength(_b); \
126 while (isc_buffer_activelength(source) > 0) { in fromwire_hip()
383 activelength = isc_buffer_activelength(source); in dns_rdata_fromwire()