Searched refs:testPagesize (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest7.c | 148 static void testPagesize(lsm_db *db, int nPgsz, int nBlksz, int *pRc){ in testPagesize() function 174 testPagesize(db1, 4096, 1024, pRc); in do_test_api2() 176 testPagesize(db2, 4096, 1024, pRc); in do_test_api2() 182 testPagesize(db1, 1024, 64*1024, pRc); in do_test_api2() 184 testPagesize(db2, 1024, 64*1024, pRc); in do_test_api2() 190 testPagesize(db1, 8192, 2*1024, pRc); in do_test_api2() 192 testPagesize(db2, 8192, 2*1024, pRc); in do_test_api2()
|