Searched refs:aSys (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_main.c | 773 } aSys[] = { in do_speed_tests() local 881 for(j=0; aSys[j].zLibrary; j++){ in do_speed_tests() 893 rc = tdb_open(aSys[j].zLibrary, 0, 1, &pDb); in do_speed_tests() 928 for(j=0; aSys[j].zLibrary; j++){ in do_speed_tests() 939 rc = tdb_open(aSys[j].zLibrary, 0, 1, &pDb); in do_speed_tests() 1035 for(j=0; aSys[j].zLibrary; j++){ in do_speed_tests() 1037 const char *zLib = aSys[j].zLibrary; in do_speed_tests() 1039 (isFirst?"":", "), zLib, aSys[j].zColor in do_speed_tests() 1044 , zLib, aSys[j].zColor in do_speed_tests() 1051 assert( strcmp(aSys[2].zLibrary, "lsm")==0 ); in do_speed_tests() [all …]
|