Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c148827 int addrSortIndex; /* Address of the OP_SorterOpen or OP_OpenEphemeral */ member
149580 pOp = sqlite3VdbeGetOp(v, pSort->addrSortIndex);
150011 VdbeOp *pOp = sqlite3VdbeGetOp(v, pSort->addrSortIndex);
156983 sSort.addrSortIndex =
156989 sSort.addrSortIndex = -1;
157018 if( p->iLimit==0 && sSort.addrSortIndex>=0 ){
157019 sqlite3VdbeChangeOpcode(v, sSort.addrSortIndex, OP_SorterOpen);
157080 if( sSort.addrSortIndex>=0 && sSort.pOrderBy==0 ){
157081 sqlite3VdbeChangeToNoop(v, sSort.addrSortIndex);
157400 sqlite3VdbeChangeToNoop(v, sSort.addrSortIndex);