Searched refs:iSeq (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest1.c | 564 u32 iSeq = 10; /* prng counter */ in doDataTest3() local 581 iKey = (testPrngValue(iSeq++) % p->nRange) + 1; in doDataTest3() 582 nVal = (testPrngValue(iSeq++) % (p->nValMax - p->nValMin)) + p->nValMin; in doDataTest3() 583 testPrngString(testPrngValue(iSeq++), aVal, nVal); in doDataTest3() 596 iKey = (testPrngValue(iSeq++) % p->nRange) + 1; in doDataTest3()
|
| /sqlite-3.40.0/src/ |
| H A D | vdbesort.c | 2368 int iSeq, /* Sequence number of leaf within tree */ in vdbeSorterAddToTree() argument 2385 int iIter = (iSeq / nDiv) % SORTER_MAX_MERGE_COUNT; in vdbeSorterAddToTree() 2403 p->aReadr[iSeq % SORTER_MAX_MERGE_COUNT].pIncr = pIncr; in vdbeSorterAddToTree() 2452 int iSeq = 0; in vdbeSorterMergeTreeBuild() local 2462 rc = vdbeSorterAddToTree(pTask, nDepth, iSeq++, pRoot, pMerger); in vdbeSorterMergeTreeBuild()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | amatch.c | 471 int iSeq; /* Sequence number */ member 998 amatchEncodeInt(pWord->iSeq, pWord->zCost+4); in amatchWriteCost() 1077 pWord->iSeq = pCur->nWord++; in amatchAddWord()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 1717 int iSeq = sqlite3_column_int(pXInfo, 0); in rbuObjIterGetIndexCols() local 1719 pIter->aIdxCol[iSeq].nSpan, pIter->aIdxCol[iSeq].zSpan, zCollate in rbuObjIterGetIndexCols()
|