Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c525 dtio->cur_msg_done = 0; in dtio_find_in_queue()
645 dtio->cur_msg_done = 0; in dtio_cur_msg_free()
877 dtio->cur_msg_done = dtio->cur_msg_len_done-4; in dtio_write_with_writev()
880 if(dtio->cur_msg_done < dtio->cur_msg_len) in dtio_write_with_writev()
924 if(dtio->cur_msg_done >= dtio->cur_msg_len) in dtio_write_more_of_data()
927 ((uint8_t*)dtio->cur_msg)+dtio->cur_msg_done, in dtio_write_more_of_data()
928 dtio->cur_msg_len - dtio->cur_msg_done); in dtio_write_more_of_data()
938 dtio->cur_msg_done += r; in dtio_write_more_of_data()
939 if(dtio->cur_msg_done < dtio->cur_msg_len) in dtio_write_more_of_data()
952 if(dtio->cur_msg_done < dtio->cur_msg_len) { in dtio_write_more()
[all …]
H A Ddtstream.h169 size_t cur_msg_done; member