Home
last modified time | relevance | path

Searched refs:iSel (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c641 int iSel; in do_speed_test2() local
646 if( aOpt[iSel].eVal==-2 ){ in do_speed_test2()
654 if( aOpt[iSel].eVal>=0 ){ in do_speed_test2()
824 int iSel; in do_speed_tests() local
829 if( aOpt[iSel].isSwitch ){ in do_speed_tests()
836 if( aOpt[iSel].isSwitch==1 ){ in do_speed_tests()
863 sys_mask |= (1<<iSel); in do_speed_tests()
945 int iSel; in do_speed_tests() local
956 for(iSel=0; iSel<nSelTest; iSel++){ in do_speed_tests()
971 int iSel; in do_speed_tests() local
[all …]
H A Dlsmtest_func.c24 int iSel; in do_work() local
25 rc = testArgSelect(aOpt, "option", azArg[i], &iSel); in do_work()
27 switch( iSel ){ in do_work()