Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/tool/
H A Dfts5speed.tcl38 set nRepeat 0
39 if {$nArg==3} { set nRepeat [lindex $argv 2] }
48 set nRepeat [lindex $Q $iquery 0]
52 puts "nRepeat: $nRepeat"
60 for {set i 1} {$i < $nRepeat} {incr i} {
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest9.c31 int nRepeat; member
64 for(i=0; rc==0 && i<p->nRepeat; i++){ in doDataTest4()
84 if( i+1<p->nRepeat ){ in doDataTest4()
99 testCaseProgress(i, p->nRepeat, testCaseNDot(), &iDot); in doDataTest4()
114 zSystem, zData, pTest->nRec, pTest->nRepeat, pTest->bReopen in getName4()
H A Dlsmtest3.c154 const int nRepeat = 100; in rollback_test_1() local
166 pCksum = testCksumArrayNew(pData, 0, nRepeat*100, 100); in rollback_test_1()
174 for(i=0; i<nRepeat && rc==0; i++){ in rollback_test_1()
/sqlite-3.40.0/test/
H A Dmalloc_common.tcl192 proc oom_injectstart {nRepeat iFail} {
193 sqlite3_memdebug_fail [expr $iFail-1] -repeat $nRepeat
588 set nRepeat 1
594 set nRepeat 1
600 set nRepeat 100000
619 sqlite3_memdebug_fail [expr $iFail-$iTest] -repeat $nRepeat
679 foreach {nRepeat zName} $modes {
681 if {$::DO_MALLOC_TEST} {sqlite3_memdebug_fail $iFail -repeat $nRepeat}
H A Dspeedtest1.c100 int nRepeat; /* Repeat selects this many times */ member
808 if( (i-1)%g.nRepeat==0 ){ in testset_main()
828 if( (i-1)%g.nRepeat==0 ){ in testset_main()
850 if( (i-1)%g.nRepeat==0 ){ in testset_main()
871 if( (i-1)%g.nRepeat==0 ){ in testset_main()
904 if( (i-1)%g.nRepeat==0 ){ in testset_main()
924 if( (i-1)%g.nRepeat==0 ){ in testset_main()
944 if( (i-1)%g.nRepeat==0 ){ in testset_main()
2254 g.nRepeat = 1; in main()
2339 g.nRepeat = integerValue(argv[++i]); in main()
/sqlite-3.40.0/ext/fts3/unicode/
H A Dmkunicode.tcl636 set nRepeat 0
653 $cl==$class || ($class=="LC" && $cl==$CASE([expr $nRepeat & 0x01]))
655 incr nRepeat
658 incr nRepeat
663 lappend lEntries [list $first $class $nRepeat]
664 set nRepeat 1
671 lappend lEntries [list $first $class $nRepeat]
677 foreach {cp class nRepeat} $e {}
687 lappend aData [expr {($nRepeat << 5) + $C($class)}]
/sqlite-3.40.0/src/
H A Dtest_malloc.c32 int nRepeat; /* Number of times to repeat the failure */ member
83 memfault.nRepeat--; in faultsimStep()
84 if( memfault.nRepeat<=0 ){ in faultsimStep()
121 static void faultsimConfig(int nDelay, int nRepeat){ in faultsimConfig() argument
123 memfault.nRepeat = nRepeat; in faultsimConfig()
615 int nRepeat = 1; in test_memdebug_fail() local
635 if( Tcl_GetIntFromObj(interp, objv[ii+1], &nRepeat) ){ in test_memdebug_fail()
657 faultsimConfig(iFail, nRepeat); in test_memdebug_fail()
/sqlite-3.40.0/ext/session/
H A Dchangesetfuzz.c1194 int nRepeat = 0; /* Number of output files */ in main() local
1221 nRepeat = atoi(argv[3]); in main()
1223 for(i=0; rc==SQLITE_OK && i<nRepeat; i++){ in main()