Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/unbound/dnstap/
HDdtstream.c648 rb->frame_len_done = 0; in dtio_read_frame_free()
1070 while(dtio->read_frame.frame_len_done < 4) { in dtio_read_accept_frame()
1075 dtio->read_frame.frame_len_done, in dtio_read_accept_frame()
1076 4-dtio->read_frame.frame_len_done); in dtio_read_accept_frame()
1081 dtio->read_frame.frame_len_done, in dtio_read_accept_frame()
1082 4-dtio->read_frame.frame_len_done); in dtio_read_accept_frame()
1092 dtio->read_frame.frame_len_done += r; in dtio_read_accept_frame()
1093 if(dtio->read_frame.frame_len_done < 4) in dtio_read_accept_frame()
1097 dtio->read_frame.frame_len_done = 0; in dtio_read_accept_frame()
HDdtstream.h111 size_t frame_len_done; member