Home | History | Annotate | Download | only in test

Lines Matching defs:iMax

1051       i64 iMax = execsql_i64(&err, &db, "SELECT max(cnt) FROM t1");
1052 if( iMax+1==iNextWrite ) break;