Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_srtm.c285 SRTM_ITEM *item = NULL, *head = NULL, *new_head, *r_item; in ossl_quic_srtm_add() local
325 r_item = lh_SRTM_ITEM_retrieve(srtm->items_rev, item); in ossl_quic_srtm_add()
326 if (r_item == NULL) { in ossl_quic_srtm_add()
338 sorted_insert_srt(r_item, item, &new_head); in ossl_quic_srtm_add()
339 if (new_head != r_item) { /* head changed, update in lhash */ in ossl_quic_srtm_add()

Completed in 4 milliseconds