Searched refs:isc_buffer_usedlength (Results 1 – 5 of 5) sorted by relevance
41 length += isc_buffer_usedlength(buffer); in isc_bufferlist_usedcount()
747 isc_buffer_usedlength(&httpd->bodybuffer)); in isc_httpd_recvdone()
155 #define isc_buffer_usedlength(b) ((b)->used) /* d-a */ macro
998 if (skip_count < isc_buffer_usedlength(buffer)) in build_msghdr_send()1000 skip_count -= isc_buffer_usedlength(buffer); in build_msghdr_send()
1344 if (skip_count < isc_buffer_usedlength(buffer)) in build_msghdr_send()1346 skip_count -= isc_buffer_usedlength(buffer); in build_msghdr_send()