Home
last modified time | relevance | path

Searched refs:isc_buffer_usedlength (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/usr.bin/dig/lib/dns/
H A Drdata.c403 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()
H A Dtsig.c626 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()
/openbsd-src/usr.bin/dig/lib/isc/
H A Dbufferlist.c37 length += isc_buffer_usedlength(buffer); in isc_bufferlist_usedcount()
/openbsd-src/usr.bin/dig/lib/isc/include/isc/
H A Dbuffer.h138 #define isc_buffer_usedlength(b) ((b)->used) /* d-a */ macro
/openbsd-src/usr.bin/dig/
H A Dnslookup.c188 printf("Address: %.*s\n", (int)isc_buffer_usedlength(&b), in printa()
209 printf("%.*s\n", (int)isc_buffer_usedlength(b), in printrdata()
H A Ddighost.c895 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()
H A Ddig.c590 printf("%.*s", (int)isc_buffer_usedlength(buf), in printmessage()
/openbsd-src/usr.bin/dig/lib/isc/unix/
H A Dsocket.c537 if (skip_count < isc_buffer_usedlength(buffer)) in build_msghdr_send()
539 skip_count -= isc_buffer_usedlength(buffer); in build_msghdr_send()