Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c41 static int nCall = 0; nCall++; in testFetch() local
59 static int nCall = 0; in testWrite() local
60 nCall++; in testWrite()
150 static int nCall = 0; in testFetchCompare() local
151 nCall++; in testFetchCompare()
270 static int nCall = 0; nCall++; in testScanCompare() local
H A Dlsmtest1.c390 static int nCall = 0; in testCompareDb() local
391 nCall++; in testCompareDb()
/sqlite-3.40.0/src/
H A Dtest_malloc.c737 int nCall; member
766 pLog->nCall++; in test_memdebug_callback()
842 apElem[0] = Tcl_NewIntObj(pLog->nCall); in test_memdebug_log()
H A Dshell.c.in5464 static int nCall = 0; local
5465 nCall++;
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_shared.c785 static int nCall = 0; in lsmBlockAllocate() local
787 nCall++; in lsmBlockAllocate()
790 lsmLogMessage(pDb, 0, "lsmBlockAllocate(): %d freelist: %s", nCall, zFree); in lsmBlockAllocate()
H A Dlsm_tree.c1811 static int nCall = 0; in lsmTreeDelete()
1813 nCall++; in lsmTreeDelete()
1814 printf("%d delete %s .. %s\n", nCall, (char *)pKey1, (char *)pKey2); in lsmTreeDelete()
H A Dlsm_file.c3261 static int nCall = 0; in lsmFsIntegrityCheck()
3262 nCall++; in lsmFsIntegrityCheck()
3263 printf("%d calls\n", nCall); in lsmFsIntegrityCheck()
H A Dlsm_sorted.c5875 static int nCall = 0; in lsmSortedDumpStructure() local
5879 nCall++; in lsmSortedDumpStructure()
5880 lsmLogMessage(pDb, LSM_OK, "Database structure %d (%s)", nCall, zWhy); in lsmSortedDumpStructure()
5883 if( nCall==1031 || nCall==1032 ) bKeys=1; in lsmSortedDumpStructure()
/sqlite-3.40.0/test/
H A Dtester.tcl2178 set nCall [lindex $e 0]
2182 append sql "('test', $nCall, $nByte, '$lStack');\n"