Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_fifd.c40 void *get_qlog_cb_arg) in ossl_quic_fifd_init()
58 fifd->get_qlog_cb_arg = get_qlog_cb_arg; in ossl_quic_fifd_init()
120 return fifd->get_qlog_cb(fifd->get_qlog_cb_arg); in fifd_get_qlog()
308 void *get_qlog_cb_arg) in ossl_quic_fifd_set_qlog_cb() argument
311 fifd->get_qlog_cb_arg = get_qlog_cb_arg; in ossl_quic_fifd_set_qlog_cb()
H A Dquic_record_tx.c66 void *get_qlog_cb_arg; member
129 qtx->get_qlog_cb_arg = args->get_qlog_cb_arg; in ossl_qtx_new()
174 void *get_qlog_cb_arg) in ossl_qtx_set_qlog_cb() argument
177 qtx->get_qlog_cb_arg = get_qlog_cb_arg; in ossl_qtx_set_qlog_cb()
751 return qtx->get_qlog_cb(qtx->get_qlog_cb_arg); in qtx_get_qlog()
H A Dquic_txp.c486 args->get_qlog_cb_arg)) { in ossl_quic_tx_packetiser_new()
632 void *get_qlog_cb_arg) in ossl_quic_tx_packetiser_set_qlog_cb() argument
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.c186 qtx_args.get_qlog_cb_arg = ch; in ch_init()
279 txp_args.get_qlog_cb_arg = ch; in ch_init()
/openssl/include/internal/
H A Dquic_fifd.h50 void *get_qlog_cb_arg; member
77 void *get_qlog_cb_arg);
H A Dquic_txp.h54 void *get_qlog_cb_arg; member
147 void *get_qlog_cb_arg);
H A Dquic_record_tx.h54 void *get_qlog_cb_arg; member
74 void *get_qlog_cb_arg);

Completed in 43 milliseconds