Searched refs:get_qlog_cb_arg (Results 1 – 7 of 7) sorted by relevance
40 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() argument311 fifd->get_qlog_cb_arg = get_qlog_cb_arg; in ossl_quic_fifd_set_qlog_cb()
66 void *get_qlog_cb_arg; member129 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() argument177 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()
486 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() argument634 ossl_quic_fifd_set_qlog_cb(&txp->fifd, get_qlog_cb, get_qlog_cb_arg); in ossl_quic_tx_packetiser_set_qlog_cb()
186 qtx_args.get_qlog_cb_arg = ch; in ch_init()279 txp_args.get_qlog_cb_arg = ch; in ch_init()
50 void *get_qlog_cb_arg; member77 void *get_qlog_cb_arg);
54 void *get_qlog_cb_arg; member147 void *get_qlog_cb_arg);
54 void *get_qlog_cb_arg; member74 void *get_qlog_cb_arg);
Completed in 33 milliseconds