Searched refs:ring_buf_destroy (Results 1 – 4 of 4) sorted by relevance
55 static ossl_inline void ring_buf_destroy(struct ring_buf *r, int cleanse) in ring_buf_destroy() function272 ring_buf_destroy(r, cleanse); in ring_buf_resize()
70 ring_buf_destroy(&qss->ring_buf, 0); in ossl_quic_sstream_new()87 ring_buf_destroy(&qss->ring_buf, qss->cleanse); in ossl_quic_sstream_free()
53 ring_buf_destroy(&qrs->rbuf, cleanse); in ossl_quic_rstream_free()
46 static void ring_buf_destroy(struct ring_buf *r) in ring_buf_destroy() function386 ring_buf_destroy(&b1->rbuf); in dgram_pair_ctrl_make_bio_pair()405 ring_buf_destroy(&b1->rbuf); in dgram_pair_ctrl_destroy_bio_pair()420 ring_buf_destroy(&b2->rbuf); in dgram_pair_ctrl_destroy_bio_pair()
Completed in 15 milliseconds