Home
last modified time | relevance | path

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

/src/contrib/unbound/dnstap/ !
H A Ddtstream.c705 dtio_read_frame_free(&dtio->read_frame); in dtio_close_output()
1081 while(dtio->read_frame.frame_len_done < 4) { in dtio_read_accept_frame()
1085 (uint8_t*)&dtio->read_frame.frame_len+ in dtio_read_accept_frame()
1086 dtio->read_frame.frame_len_done, in dtio_read_accept_frame()
1087 4-dtio->read_frame.frame_len_done); in dtio_read_accept_frame()
1091 (uint8_t*)&dtio->read_frame.frame_len+ in dtio_read_accept_frame()
1092 dtio->read_frame.frame_len_done, in dtio_read_accept_frame()
1093 4-dtio->read_frame.frame_len_done); in dtio_read_accept_frame()
1103 dtio->read_frame.frame_len_done += r; in dtio_read_accept_frame()
1104 if(dtio->read_frame.frame_len_done < 4) in dtio_read_accept_frame()
[all …]
H A Ddtstream.h215 struct dt_frame_read_buf read_frame; member