Searched refs:ossl_quic_txpim_new (Results 1 – 7 of 7) sorted by relevance
78 QUIC_TXPIM *ossl_quic_txpim_new(void);
23 if (!TEST_ptr(txpim = ossl_quic_txpim_new())) in test_txpim()
335 || !TEST_ptr(info.txpim = ossl_quic_txpim_new()) in test_fifd()
139 if (!TEST_ptr(h->args.txpim = ossl_quic_txpim_new())) in helper_init()
34 QUIC_TXPIM *ossl_quic_txpim_new(void) in ossl_quic_txpim_new() function
196 ch->txpim = ossl_quic_txpim_new(); in ch_init()
356 QUIC_TXPIM *ossl_quic_txpim_new(void);
Completed in 26 milliseconds