Searched refs:testArgSelect (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_func.c | 25 rc = testArgSelect(aOpt, "option", azArg[i], &iSel); in do_work() 114 rc = testArgSelect(aOpt, "option", azArg[iDb+1], &eOpt); in do_show()
|
| H A D | lsmtest_main.c | 347 *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 D | lsmtest_bt.c | 36 rc = testArgSelect(aOpt, "option", zOpt, &iOpt); in do_bt()
|
| H A D | lsmtest.h | 296 #define testArgSelect(w,x,y,z) testArgSelectX(w,x,sizeof(w[0]),y,z) macro
|
| H A D | lsmtest_tdb4.c | 658 rc = testArgSelect(aParam, "param", zOpt, &i); in testBtConfigure()
|
| H A D | lsmtest_tdb3.c | 854 rc = testArgSelect(aParam, "param", zParam, &i); in test_lsm_config_str()
|