Home
last modified time | relevance | path

Searched refs:testArgSelect (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_func.c25 rc = testArgSelect(aOpt, "option", azArg[i], &iSel); in do_work()
114 rc = testArgSelect(aOpt, "option", azArg[iDb+1], &eOpt); in do_show()
H A Dlsmtest_main.c347 *pRc = testArgSelect(aName, "db", zSys, piSel);
642 rc = testArgSelect(aOpt, "switch", azArg[i], &iSel); in do_speed_test2()
826 rc = testArgSelect(aOpt, "argument", azArg[i], &iSel); in do_speed_tests()
849 rc = testArgSelect(aMode, "option", azArg[i], &iMode); in do_speed_tests()
861 rc = testArgSelect(aOpt, "system", azArg[i], &iSel); in do_speed_tests()
1523 rc = testArgSelect(aTest, "sub-command", argv[1], &iFunc); in main()
H A Dlsmtest_bt.c36 rc = testArgSelect(aOpt, "option", zOpt, &iOpt); in do_bt()
H A Dlsmtest.h296 #define testArgSelect(w,x,y,z) testArgSelectX(w,x,sizeof(w[0]),y,z) macro
H A Dlsmtest_tdb4.c658 rc = testArgSelect(aParam, "param", zOpt, &i); in testBtConfigure()
H A Dlsmtest_tdb3.c854 rc = testArgSelect(aParam, "param", zParam, &i); in test_lsm_config_str()