Searched defs:nInsert (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
H A Dtt3_checkpoint.c96 int nInsert = 0; local
116 nInsert++;
123 printf(" Transaction count: %d transactions\n", nInsert);
H A Dthreadtest3.c1338 int nInsert = 0; local
1346 nInsert++;
1357 return sqlite3_mprintf("%d inserts, %d deletes", nInsert, nDelete);

Completed in 1134 milliseconds