Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest6.c574 const int nIns = 10; /* Number of records inserted with OOM */ in simple_oom2_1() local
596 for(i=nRecord; i<nRecord+nIns; i++){ in simple_oom2_1()
606 for(; i<nRecord+nIns && rc==0; i++){ in simple_oom2_1()
609 for(i=0; i<nRecord+nIns; i++) testOomFetchData(pOom, pDb2, pData, i, &rc); in simple_oom2_1()
H A Dlsmtest8.c21 int nIns; /* Number of rows to insert */ member
32 testWriteDatasourceRange(pDb, pData, pStep->iInsStart, pStep->nIns, pRc); in doSetupStep()
/sqlite-3.40.0/ext/misc/
H A Dspellfix.c622 int nIns; /* Number of insertion cost entries */ member
1033 a2[i2].nIns++; in editDist3Core()
1034 apNew = sqlite3_realloc64(a2[i2].apIns, sizeof(*apNew)*a2[i2].nIns); in editDist3Core()
1040 a2[i2].apIns[a2[i2].nIns-1] = p; in editDist3Core()
1067 for(k=0; k<a2[i2].nIns; k++){ in editDist3Core()