Searched defs:nRepeat (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_malloc.c28 int nRepeat; /* Number of times to repeat the failure */ member in struct:MemFault
63 memfault.nRepeat--;
64 if( memfault.nRepeat<=0 ){
124 ** by a block of nRepeat failures, after which malloc() calls will begin
127 static void faultsimConfig(int nDelay, int nRepeat){ argument
129 memfault.nRepeat = nRepeat;
625 int nRepeat = 1; local
645 if( Tcl_GetIntFromObj(interp, objv[ii+1], &nRepeat) ){
667 faultsimConfig(iFail, nRepeat);
[all...]

Completed in 87 milliseconds