Lines Matching refs:txp
44 OSSL_QUIC_TX_PACKETISER *txp; member
92 ossl_quic_tx_packetiser_free(h->txp); in helper_cleanup()
211 if (!TEST_ptr(h->txp = ossl_quic_tx_packetiser_new(&h->args))) in helper_init()
321 ossl_quic_tx_packetiser_schedule_handshake_done(h->txp); in schedule_handshake_done()
327 ossl_quic_tx_packetiser_schedule_ack_eliciting(h->txp, QUIC_PN_SPACE_APP); in schedule_ack_eliciting_app()
1089 if (!TEST_true(ossl_quic_tx_packetiser_schedule_conn_close(h->txp, &f))) in gen_conn_close()
1219 if (!TEST_false(ossl_quic_tx_packetiser_set_initial_token(h->txp, in try_big_token()
1234 if (ossl_quic_tx_packetiser_set_initial_token(h->txp, big_token, i, in try_big_token()
1306 if (!TEST_true(ossl_quic_tx_packetiser_generate(h.txp, &status)) in run_script()
1314 if (!TEST_true(ossl_quic_tx_packetiser_generate(h.txp, &status)) in run_script()
1461 if (!TEST_true(ossl_quic_tx_packetiser_discard_enc_level(h.txp, in run_script()
1591 ossl_quic_tx_packetiser_notify_handshake_complete(h.txp); in run_script()