Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_txp.c180 } txn; member
202 h->txn.data = NULL; in tx_helper_init()
203 h->txn.active = 0; in tx_helper_init()
221 if (h->txn.active) in tx_helper_cleanup()
312 h->txn.data = data; in tx_helper_begin()
313 h->txn.active = 1; in tx_helper_begin()
314 return &h->txn.wpkt; in tx_helper_begin()
324 h->txn.active = 0; in tx_helper_end()
325 h->txn.data = NULL; in tx_helper_end()
331 if (!h->txn.active) in tx_helper_rollback()
[all …]

Completed in 15 milliseconds