| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_fifd.h | 49 QLOG *(*get_qlog_cb)(void *arg); member in struct:quic_fifd_st 76 QLOG *(*get_qlog_cb)(void *arg), 83 void ossl_quic_fifd_set_qlog_cb(QUIC_FIFD *fifd, QLOG *(*get_qlog_cb)(void *arg),
|
| quic_record_tx.h | 53 QLOG *(*get_qlog_cb)(void *arg); member in struct:ossl_qtx_args_st 73 void ossl_qtx_set_qlog_cb(OSSL_QTX *qtx, QLOG *(*get_qlog_cb)(void *arg),
|
| quic_txp.h | 53 QLOG *(*get_qlog_cb)(void *arg); /* Optional QLOG retrieval func */ member in struct:ossl_quic_tx_packetiser_args_st 162 QLOG *(*get_qlog_cb)(void *arg),
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_fifd.c | 39 QLOG *(*get_qlog_cb)(void *arg), 57 fifd->get_qlog_cb = get_qlog_cb; 117 if (fifd->get_qlog_cb == NULL) 120 return fifd->get_qlog_cb(fifd->get_qlog_cb_arg); 307 void ossl_quic_fifd_set_qlog_cb(QUIC_FIFD *fifd, QLOG *(*get_qlog_cb)(void *arg), 310 fifd->get_qlog_cb = get_qlog_cb;
|
| quic_record_tx.c | 65 QLOG *(*get_qlog_cb)(void *arg); member in struct:ossl_qtx_st 128 qtx->get_qlog_cb = args->get_qlog_cb; 173 void ossl_qtx_set_qlog_cb(OSSL_QTX *qtx, QLOG *(*get_qlog_cb)(void *arg), 176 qtx->get_qlog_cb = get_qlog_cb; 750 if (qtx->get_qlog_cb == NULL) 753 return qtx->get_qlog_cb(qtx->get_qlog_cb_arg);
|
| quic_txp.c | 570 args->get_qlog_cb, 722 QLOG *(*get_qlog_cb)(void *arg), 725 ossl_quic_fifd_set_qlog_cb(&txp->fifd, get_qlog_cb, get_qlog_cb_arg);
|
| quic_channel.c | 181 qtx_args.get_qlog_cb = ch_get_qlog_cb; 275 txp_args.get_qlog_cb = ch_get_qlog_cb;
|