Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c55 int addrSortIndex; /* Address of the OP_SorterOpen or OP_OpenEphemeral */ member
761 pOp = sqlite3VdbeGetOp(v, pSort->addrSortIndex); in pushOntoSorter()
1189 VdbeOp *pOp = sqlite3VdbeGetOp(v, pSort->addrSortIndex); in selectInnerLoop()
7184 sSort.addrSortIndex = in sqlite3Select()
7190 sSort.addrSortIndex = -1; in sqlite3Select()
7218 if( p->iLimit==0 && sSort.addrSortIndex>=0 ){ in sqlite3Select()
7219 sqlite3VdbeChangeOpcode(v, sSort.addrSortIndex, OP_SorterOpen); in sqlite3Select()
7274 if( sSort.addrSortIndex>=0 && sSort.pOrderBy==0 ){ in sqlite3Select()
7275 sqlite3VdbeChangeToNoop(v, sSort.addrSortIndex); in sqlite3Select()
7601 sqlite3VdbeChangeToNoop(v, sSort.addrSortIndex); in sqlite3Select()