Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_malloc.c31 int iCountdown; /* Number of pending successes before a failure */ member
72 if( memfault.iCountdown>0 ){ in faultsimStep()
73 memfault.iCountdown--; in faultsimStep()
122 memfault.iCountdown = nDelay; in faultsimConfig()
162 return memfault.iCountdown; in faultsimPending()