Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/
H A Dbufferlist.c41 length += isc_buffer_usedlength(buffer); in isc_bufferlist_usedcount()
H A Dhttpd.c747 isc_buffer_usedlength(&httpd->bodybuffer)); in isc_httpd_recvdone()
/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dbuffer.h155 #define isc_buffer_usedlength(b) ((b)->used) /* d-a */ macro
/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c998 if (skip_count < isc_buffer_usedlength(buffer)) in build_msghdr_send()
1000 skip_count -= isc_buffer_usedlength(buffer); in build_msghdr_send()
/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c1344 if (skip_count < isc_buffer_usedlength(buffer)) in build_msghdr_send()
1346 skip_count -= isc_buffer_usedlength(buffer); in build_msghdr_send()