Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_srtm.c186 static SRTM_ITEM *srtm_find(QUIC_SRTM *srtm, void *opaque, uint64_t seq_num, in srtm_find() function
291 if ((item = srtm_find(srtm, opaque, seq_num, &head, NULL)) != NULL) in ossl_quic_srtm_add()
386 if ((item = srtm_find(srtm, opaque, seq_num, NULL, &prev)) == NULL) in ossl_quic_srtm_remove()

Completed in 5 milliseconds