HomeSort by: relevance | last modified time | path
    Searched defs:get_qlog_cb (Results 1 - 4 of 4) sorted by relevancy

  /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_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);

Completed in 29 milliseconds