Searched refs:execsql_i64 (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | tt3_checkpoint.c | 77 iCount1 = execsql_i64(&err, &db, "SELECT count(x) FROM t1"); in checkpoint_starvation_reader() 79 iCount2 = execsql_i64(&err, &db, "SELECT count(x) FROM t1"); in checkpoint_starvation_reader()
|
| H A D | threadtest3.c | 47 #define execsql_i64(x,y,...) (SEL(x), execsql_i64_x(x,y,__VA_ARGS__)) macro 1139 i64 iMax = execsql_i64(&err, &db, "SELECT max(cnt) FROM t1"); in walthread3_thread() 1144 sum1 = execsql_i64(&err, &db, "SELECT sum(cnt) FROM t1"); in walthread3_thread() 1145 sum2 = execsql_i64(&err, &db, "SELECT sum(sum1) FROM t1"); in walthread3_thread() 1146 execsql_i64(&err, &db, in walthread3_thread() 1207 execsql_i64( in walthread4_writer_thread() 1245 nRow = execsql_i64(&err, &db, "SELECT count(*) FROM t1"); in walthread5_thread()
|