HomeSort by relevance Sort by last modified time
    Searched refs:nInsert (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/test/
tt3_checkpoint.c 96 int nInsert = 0;
116 nInsert++;
123 printf(" Transaction count: %d transactions\n", nInsert);
threadtest3.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3speed.tcl 71 proc test_1 {nInsert} {
75 for {set i 0} {$i < $nInsert} {incr i} {

Completed in 220 milliseconds