Lines Matching refs:next
15 struct stream_frame_st *prev, *next; member
58 next_frame = sf->next; in ossl_sframe_list_destroy()
73 fl->tail->next = new_frame; in append_frame()
118 sf = sf->next) in ossl_sframe_list_insert()
140 next_frame = next_frame->next; in ossl_sframe_list_insert()
144 prev_frame->next = drop_frame->next; in ossl_sframe_list_insert()
165 new_frame->next = next_frame; in ossl_sframe_list_insert()
169 prev_frame->next = new_frame; in ossl_sframe_list_insert()
193 sf = sf->next; in ossl_sframe_list_peek()
213 *fin = sf->next == NULL ? fl->fin : 0; in ossl_sframe_list_peek()
235 sf = sf->next; in ossl_sframe_list_drop_frames()
283 sf = sf->next; in ossl_sframe_list_move_data()
285 for (; sf != NULL; sf = sf->next) { in ossl_sframe_list_move_data()
317 prev_frame->next = sf->next; in ossl_sframe_list_move_data()
319 if (sf->next != NULL) in ossl_sframe_list_move_data()
320 sf->next->prev = prev_frame; in ossl_sframe_list_move_data()