Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c1498 int iFunc; /* Index into aTest[] */ in main() local
1523 rc = testArgSelect(aTest, "sub-command", argv[1], &iFunc); in main()
1525 rc = aTest[iFunc].xFunc(argc-2, &argv[2]); in main()
1544 if( aTest[iFunc].bRusageReport ){ in main()