Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h135 u8 iSortIdx; /* Sorting index number. 0==None */ member
H A Dwhere.c2402 if( p->iTab!=pTemplate->iTab || p->iSortIdx!=pTemplate->iSortIdx ){ in whereLoopFindLesser()
3387 int iSortIdx = 1; /* Index number */ in whereLoopAddBtree() local
3492 pProbe=(pSrc->fg.isIndexedBy ? 0 : pProbe->pNext), iSortIdx++ in whereLoopAddBtree()
3508 pNew->iSortIdx = 0; in whereLoopAddBtree()
3522 pNew->iSortIdx = b ? iSortIdx : 0; in whereLoopAddBtree()
3574 pNew->iSortIdx = b ? iSortIdx : 0; in whereLoopAddBtree()
4226 pNew->iSortIdx = 0; in whereLoopAddOr()