Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_datasource.c69 Datasource *testDatasourceNew(const DatasourceDefn *pDefn){ in testDatasourceNew() argument
76 if( pDefn->eType==TEST_DATASOURCE_SEQUENCE ){ in testDatasourceNew()
80 nMinKey = MAX(0, pDefn->nMinKey); in testDatasourceNew()
81 nMaxKey = MAX(nMinKey, pDefn->nMaxKey); in testDatasourceNew()
83 nMinVal = MAX(0, pDefn->nMinVal); in testDatasourceNew()
84 nMaxVal = MAX(nMinVal, pDefn->nMaxVal); in testDatasourceNew()
87 p->eType = pDefn->eType; in testDatasourceNew()