Lines Matching refs:end
25 (size_t)(sf->range.end - sf->range.start)); in stream_frame_free()
85 uint64_t curr_end = fl->tail != NULL ? fl->tail->range.end in ossl_sframe_list_insert()
89 assert((!fin || curr_end <= range->end) in ossl_sframe_list_insert()
90 && (!fl->fin || curr_end >= range->end)); in ossl_sframe_list_insert()
93 if (fl->offset >= range->end) in ossl_sframe_list_insert()
94 goto end; in ossl_sframe_list_insert()
103 goto end; in ossl_sframe_list_insert()
108 if (fl->tail->range.end >= range->end) in ossl_sframe_list_insert()
109 goto end; in ossl_sframe_list_insert()
113 goto end; in ossl_sframe_list_insert()
125 if (prev_frame != NULL && prev_frame->range.end >= range->end) in ossl_sframe_list_insert()
126 goto end; in ossl_sframe_list_insert()
137 next_frame != NULL && next_frame->range.end <= range->end;) { in ossl_sframe_list_insert()
156 && next_frame->range.start <= prev_frame->range.end) { in ossl_sframe_list_insert()
158 goto end; in ossl_sframe_list_insert()
175 end: in ossl_sframe_list_insert()
192 start = sf->range.end; in ossl_sframe_list_peek()
199 || !ossl_assert(start < sf->range.end)) { in ossl_sframe_list_peek()
200 range->end = start; in ossl_sframe_list_peek()
208 range->end = sf->range.end; in ossl_sframe_list_peek()
225 || limit <= fl->tail->range.end) in ossl_sframe_list_drop_frames()
232 for (sf = fl->head; sf != NULL && sf->range.end <= limit;) { in ossl_sframe_list_drop_frames()
295 len = (size_t)(sf->range.end - limit); in ossl_sframe_list_move_data()
303 (size_t)(sf->range.end - sf->range.start)); in ossl_sframe_list_move_data()
311 limit = sf->range.end; in ossl_sframe_list_move_data()
315 && prev_frame->range.end >= sf->range.start) { in ossl_sframe_list_move_data()
316 prev_frame->range.end = sf->range.end; in ossl_sframe_list_move_data()