Home
last modified time | relevance | path

Searched refs:cur_msg_len (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/unbound/dnstap/
Ddtstream.c518 dtio->cur_msg_len = len; in dtio_find_in_queue()
638 dtio->cur_msg_len = 0; in dtio_cur_msg_free()
837 uint32_t sendlen = htonl(dtio->cur_msg_len); in dtio_write_with_writev()
843 iov[1].iov_len = dtio->cur_msg_len; in dtio_write_with_writev()
874 if(dtio->cur_msg_done < dtio->cur_msg_len) in dtio_write_with_writev()
894 sendlen = htonl(dtio->cur_msg_len); in dtio_write_more_of_len()
918 if(dtio->cur_msg_done >= dtio->cur_msg_len) in dtio_write_more_of_data()
922 dtio->cur_msg_len - dtio->cur_msg_done); in dtio_write_more_of_data()
933 if(dtio->cur_msg_done < dtio->cur_msg_len) in dtio_write_more_of_data()
946 if(dtio->cur_msg_done < dtio->cur_msg_len) { in dtio_write_more()
[all …]
Ddtstream.h167 size_t cur_msg_len; member