HomeSort by: relevance | last modified time | path
    Searched defs:get_qlog_cb_arg (Results 1 - 4 of 4) 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_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);

Completed in 26 milliseconds