Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c436 static WhereTerm *whereScanInit( in whereScanInit() function
512 p = whereScanInit(&scan, pWC, iCur, iColumn, op, pIdx); in sqlite3WhereFindTerm()
2838 pTerm = whereScanInit(&scan, pBuilder->pWC, pSrc->iCursor, saved_nEq, in whereLoopAddBtreeIndex()
5206 pTerm = whereScanInit(&scan, pWC, iCur, -1, WO_EQ|WO_IS, 0); in whereShortCut()
5226 pTerm = whereScanInit(&scan, pWC, iCur, j, opMask, pIdx); in whereShortCut()