Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_fifd.c39 QLOG *(*get_qlog_cb)(void *arg), in ossl_quic_fifd_init()
57 fifd->get_qlog_cb = get_qlog_cb; in ossl_quic_fifd_init()
117 if (fifd->get_qlog_cb == NULL) in fifd_get_qlog()
120 return fifd->get_qlog_cb(fifd->get_qlog_cb_arg); in fifd_get_qlog()
307 void ossl_quic_fifd_set_qlog_cb(QUIC_FIFD *fifd, QLOG *(*get_qlog_cb)(void *arg), in ossl_quic_fifd_set_qlog_cb()
310 fifd->get_qlog_cb = get_qlog_cb; in ossl_quic_fifd_set_qlog_cb()
H A Dquic_record_tx.c65 QLOG *(*get_qlog_cb)(void *arg); member
128 qtx->get_qlog_cb = args->get_qlog_cb; in ossl_qtx_new()
173 void ossl_qtx_set_qlog_cb(OSSL_QTX *qtx, QLOG *(*get_qlog_cb)(void *arg), in ossl_qtx_set_qlog_cb()
176 qtx->get_qlog_cb = get_qlog_cb; in ossl_qtx_set_qlog_cb()
748 if (qtx->get_qlog_cb == NULL) in qtx_get_qlog()
751 return qtx->get_qlog_cb(qtx->get_qlog_cb_arg); in qtx_get_qlog()
H A Dquic_txp.c485 args->get_qlog_cb, in ossl_quic_tx_packetiser_new()
631 QLOG *(*get_qlog_cb)(void *arg), in ossl_quic_tx_packetiser_set_qlog_cb()
634 ossl_quic_fifd_set_qlog_cb(&txp->fifd, get_qlog_cb, get_qlog_cb_arg); in ossl_quic_tx_packetiser_set_qlog_cb()
H A Dquic_channel.c185 qtx_args.get_qlog_cb = ch_get_qlog_cb; in ch_init()
278 txp_args.get_qlog_cb = ch_get_qlog_cb; in ch_init()
/openssl/include/internal/
H A Dquic_fifd.h49 QLOG *(*get_qlog_cb)(void *arg); member
76 QLOG *(*get_qlog_cb)(void *arg),
83 void ossl_quic_fifd_set_qlog_cb(QUIC_FIFD *fifd, QLOG *(*get_qlog_cb)(void *arg),
H A Dquic_txp.h53 QLOG *(*get_qlog_cb)(void *arg); /* Optional QLOG retrieval func */ member
146 QLOG *(*get_qlog_cb)(void *arg),
H A Dquic_record_tx.h53 QLOG *(*get_qlog_cb)(void *arg); member
73 void ossl_qtx_set_qlog_cb(OSSL_QTX *qtx, QLOG *(*get_qlog_cb)(void *arg),

Completed in 28 milliseconds