HomeSort by: relevance | last modified time | path
    Searched refs:get_qlog_cb_arg (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_fifd.h 50 void *get_qlog_cb_arg; member in struct:quic_fifd_st
77 void *get_qlog_cb_arg);
quic_record_tx.h 54 void *get_qlog_cb_arg; member in struct:ossl_qtx_args_st
74 void *get_qlog_cb_arg);
quic_txp.h 54 void *get_qlog_cb_arg; member in struct:ossl_quic_tx_packetiser_args_st
163 void *get_qlog_cb_arg);
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_fifd.c 40 void *get_qlog_cb_arg)
58 fifd->get_qlog_cb_arg = get_qlog_cb_arg;
120 return fifd->get_qlog_cb(fifd->get_qlog_cb_arg);
308 void *get_qlog_cb_arg)
311 fifd->get_qlog_cb_arg = get_qlog_cb_arg;
quic_record_tx.c 66 void *get_qlog_cb_arg; member in struct:ossl_qtx_st
129 qtx->get_qlog_cb_arg = args->get_qlog_cb_arg;
174 void *get_qlog_cb_arg)
177 qtx->get_qlog_cb_arg = get_qlog_cb_arg;
753 return qtx->get_qlog_cb(qtx->get_qlog_cb_arg);
quic_txp.c 571 args->get_qlog_cb_arg)) {
723 void *get_qlog_cb_arg)
725 ossl_quic_fifd_set_qlog_cb(&txp->fifd, get_qlog_cb, get_qlog_cb_arg);
quic_channel.c 182 qtx_args.get_qlog_cb_arg = ch;
276 txp_args.get_qlog_cb_arg = ch;

Completed in 33 milliseconds