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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_malloc.c27 int iCountdown; /* Number of pending successes before a failure */ member in struct:MemFault
54 if( memfault.iCountdown>0 ){
55 memfault.iCountdown--;
128 memfault.iCountdown = nDelay;
166 return memfault.iCountdown;

Completed in 31 milliseconds