Searched refs:nCall (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_main.c | 41 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 D | lsmtest1.c | 390 static int nCall = 0; in testCompareDb() local 391 nCall++; in testCompareDb()
|
| /sqlite-3.40.0/src/ |
| H A D | test_malloc.c | 737 int nCall; member 766 pLog->nCall++; in test_memdebug_callback() 842 apElem[0] = Tcl_NewIntObj(pLog->nCall); in test_memdebug_log()
|
| H A D | shell.c.in | 5464 static int nCall = 0; local 5465 nCall++;
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_shared.c | 785 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 D | lsm_tree.c | 1811 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 D | lsm_file.c | 3261 static int nCall = 0; in lsmFsIntegrityCheck() 3262 nCall++; in lsmFsIntegrityCheck() 3263 printf("%d calls\n", nCall); in lsmFsIntegrityCheck()
|
| H A D | lsm_sorted.c | 5875 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 D | tester.tcl | 2178 set nCall [lindex $e 0] 2182 append sql "('test', $nCall, $nByte, '$lStack');\n"
|