Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dkvtest.c317 int nCount = 1000; in initMain() local
334 nCount = integerValue(argv[++i]); in initMain()
335 if( nCount<1 ) fatalError("the --count must be positive"); in initMain()
372 pgsz, nCount, sz, iVariance+1 in initMain()
790 int nCount = 1000; /* Number of blob fetch operations */ in runMain() local
843 nCount = integerValue(argv[++i]); in runMain()
844 if( nCount<1 ) fatalError("the --count must be positive"); in runMain()
970 for(i=0; i<nCount; i++){ in runMain()
1061 if( nData==0 ){ nCount++; nExtra++; } in runMain()
1082 printf("%d cycles due to %d misses\n", nCount, nExtra); in runMain()
[all …]
H A Dfts3prefix.test63 set nCount [$db one {SELECT count(*) FROM temp.prefixes}]
64 if {$nCount != $nExpect} {
65 error "prefixes.count(*) is $nCount expected $nExpect"
/sqlite-3.40.0/src/
H A Dtest_syscall.c99 int nCount; /* Fail after this many more calls */ member
182 gSyscall.nCount--; in tsIsFail()
183 if( gSyscall.nCount==0 || (gSyscall.nFail && gSyscall.bPersist) ){ in tsIsFail()
550 int nCount = 0; in test_syscall_fault() local
559 if( Tcl_GetIntFromObj(interp, objv[2], &nCount) in test_syscall_fault()
567 gSyscall.nCount = nCount; in test_syscall_fault()
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c5103 int nCount; in fts3EvalSelectDeferred() local
5104 nCount = fts3DoclistCountDocids( in fts3EvalSelectDeferred()
5107 if( ii==0 || nCount<nMinEst ) nMinEst = nCount; in fts3EvalSelectDeferred()