Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_sf_list.c55 STREAM_FRAME *sf, *next_frame; in ossl_sframe_list_destroy() local
58 next_frame = sf->next; in ossl_sframe_list_destroy()
136 for (next_frame = sf; in ossl_sframe_list_insert()
137 next_frame != NULL && next_frame->range.end <= range->end;) { in ossl_sframe_list_insert()
138 STREAM_FRAME *drop_frame = next_frame; in ossl_sframe_list_insert()
140 next_frame = next_frame->next; in ossl_sframe_list_insert()
141 if (next_frame != NULL) in ossl_sframe_list_insert()
146 fl->head = next_frame; in ossl_sframe_list_insert()
153 if (next_frame != NULL) { in ossl_sframe_list_insert()
160 next_frame->prev = new_frame; in ossl_sframe_list_insert()
[all …]

Completed in 4 milliseconds