Home
last modified time | relevance | path

Searched refs:txcb (Results 1 – 2 of 2) sorted by relevance

/dports/net/libwebsockets/libwebsockets-v4.2.2/minimal-examples/secure-streams/minimal-secure-streams-client-tx/
H A Dminimal-secure-streams-client-tx.c48 txcb(struct lws_sorted_usec_list *sul) in txcb() function
65 lws_sul_schedule(lws_ss_get_context(m->ss), 0, &m->sul, txcb, RATE_US); in txcb()
87 lws_sul_schedule(lws_ss_get_context(m->ss), 0, &m->sul, txcb, RATE_US); in myss_tx()
109 lws_sul_schedule(context, 0, &m->sul, txcb, RATE_US); in myss_state()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/api/test/
H A DQuicTransportBaseTest.cpp1744 StrictMock<MockByteEventCallback> txcb; in TEST_F() local
1749 EXPECT_CALL(txcb, onByteEventRegistered(getTxMatcher(stream, 2))); in TEST_F()
1750 EXPECT_CALL(txcb, onByteEventCanceled(getTxMatcher(stream, 2))); in TEST_F()
1752 transport->registerTxCallback(stream, 2, &txcb); in TEST_F()
1756 Mock::VerifyAndClearExpectations(&txcb); in TEST_F()