Searched refs:isc_buffer_usedlength (Results 1 – 8 of 8) sorted by relevance
403 length = isc_buffer_usedlength(target) - isc_buffer_usedlength(&st); in dns_rdata_fromwire() 527 cur = isc_buffer_usedlength(target); in rdata_totext() 532 unsigned int u = isc_buffer_usedlength(target); in rdata_totext() 608 length = isc_buffer_usedlength(target) - isc_buffer_usedlength(&st); in dns_rdata_fromstruct_soa() 641 length = isc_buffer_usedlength(target) - isc_buffer_usedlength(&st); in dns_rdata_fromstruct_tsig()
626 if (bytes > isc_buffer_usedlength(&sigbuf)) in dns_tsig_sign()627 bytes = isc_buffer_usedlength(&sigbuf); in dns_tsig_sign()630 tsig.siglen = isc_buffer_usedlength(&sigbuf); in dns_tsig_sign()
37 length += isc_buffer_usedlength(buffer); in isc_bufferlist_usedcount()
138 #define isc_buffer_usedlength(b) ((b)->used) /* d-a */ macro
188 printf("Address: %.*s\n", (int)isc_buffer_usedlength(&b), in printa()209 printf("%.*s\n", (int)isc_buffer_usedlength(b), in printrdata()
895 secretsize = isc_buffer_usedlength(&secretbuf); in setup_text_key() 1331 isc_buffer_usedlength(&b); in save_opt() 2240 opts[i].length = isc_buffer_usedlength(&b); in setup_lookup() 2287 if (isc_buffer_usedlength(&lookup->renderbuf) > 512) in setup_lookup() 3122 len = isc_buffer_usedlength(&hexbuf); in process_sit()
590 printf("%.*s", (int)isc_buffer_usedlength(buf), in printmessage()
537 if (skip_count < isc_buffer_usedlength(buffer)) in build_msghdr_send()539 skip_count -= isc_buffer_usedlength(buffer); in build_msghdr_send()