Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dresolver.hpp108 struct Transaction struct in ot::Posix::Resolver
116 Transaction *GetTransaction(int aFd);
117 Transaction *GetTransaction(otPlatDnsUpstreamQuery *aThreadTxn);
118 Transaction *AllocateTransaction(otPlatDnsUpstreamQuery *aThreadTxn);
120 void ForwardResponse(Transaction *aTxn);
121 void CloseTransaction(Transaction *aTxn);
131 Transaction mUpstreamTransaction[kMaxUpstreamTransactionCount];
Dresolver.cpp128 Transaction *txn = nullptr; in Query()
159 Transaction *txn = GetTransaction(aTxn); in Cancel()
169 Resolver::Transaction *Resolver::AllocateTransaction(otPlatDnsUpstreamQuery *aThreadTxn) in AllocateTransaction()
172 Transaction *ret = nullptr; in AllocateTransaction()
174 for (Transaction &txn : mUpstreamTransaction) in AllocateTransaction()
194 void Resolver::ForwardResponse(Transaction *aTxn) in ForwardResponse()
225 Resolver::Transaction *Resolver::GetTransaction(int aFd) in GetTransaction()
227 Transaction *ret = nullptr; in GetTransaction()
229 for (Transaction &txn : mUpstreamTransaction) in GetTransaction()
241 Resolver::Transaction *Resolver::GetTransaction(otPlatDnsUpstreamQuery *aThreadTxn) in GetTransaction()
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dmbed-crypto-storage-specification.md278 ### Transaction file format for TBD
294 #### Transaction types on TBD
442 ### Transaction file format for Mbed TLS 2.25.0
458 #### Transaction types on Mbed TLS 2.25.0
Dpsa-storage-resilience.md105 …es are rare. Therefore we will primarily optimize for the normal case. Transaction recovery needs …
290 * Transaction recovery is defined over all states of the world that satisfy this invariant.
295 …uct a representative sample of system states that match the invariant. Transaction recovery is its…
393 ### Transaction list file manipulation
441 ### Transaction recovery
461 #### Transaction list header format
466 #### Transaction list element format