Searched refs:read_frame (Results 1 – 2 of 2) sorted by relevance
708 dtio_read_frame_free(&dtio->read_frame); in dtio_close_output()1084 while(dtio->read_frame.frame_len_done < 4) { in dtio_read_accept_frame()1088 (uint8_t*)&dtio->read_frame.frame_len+ in dtio_read_accept_frame()1089 dtio->read_frame.frame_len_done, in dtio_read_accept_frame()1090 4-dtio->read_frame.frame_len_done); in dtio_read_accept_frame()1094 (uint8_t*)&dtio->read_frame.frame_len+ in dtio_read_accept_frame()1095 dtio->read_frame.frame_len_done, in dtio_read_accept_frame()1096 4-dtio->read_frame.frame_len_done); in dtio_read_accept_frame()1106 dtio->read_frame.frame_len_done += r; in dtio_read_accept_frame()1107 if(dtio->read_frame.frame_len_done < 4) in dtio_read_accept_frame()[all …]
221 struct dt_frame_read_buf read_frame; member