Searched refs:nInsert (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | tt3_checkpoint.c | 96 int nInsert = 0; in checkpoint_starvation_main() local 116 nInsert++; in checkpoint_starvation_main() 123 printf(" Transaction count: %d transactions\n", nInsert); in checkpoint_starvation_main()
|
| H A D | threadtest3.c | 1427 int nInsert = 0; in dynamic_triggers_2() local 1435 nInsert++; in dynamic_triggers_2() 1447 return sqlite3_mprintf("%d inserts, %d deletes", nInsert, nDelete); in dynamic_triggers_2()
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest2.c | 365 const int nInsert = 20; in crash_test2() local 375 pCksumDb = testCksumArrayNew(pData, 100, 100+nInsert, 1); in crash_test2() 392 tdb_lsm_prepare_sync_crash(pDb, 1 + (i%(nInsert+2))); in crash_test2() 393 for(iIns=0; iIns<nInsert; iIns++){ in crash_test2()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3speed.tcl | 71 proc test_1 {nInsert} { argument 75 for {set i 0} {$i < $nInsert} {incr i} {
|
| /sqlite-3.40.0/tool/ |
| H A D | sqldiff.c | 1405 sqlite3_int64 nInsert; /* Number of inserted rows */ in summarize_one_table() local 1487 nInsert = 0; in summarize_one_table() 1500 nInsert = sqlite3_column_int64(pStmt,1); in summarize_one_table() 1506 zTab, nUpdate, nInsert, nDelete, nUnchanged); in summarize_one_table()
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 156 int nInsert; member 1773 if( p1->pInsert==0 || p1->nVal!=p1->nInsert ){ in recoverWriteDataStep() 1776 p1->nInsert = p1->nVal; in recoverWriteDataStep()
|