Searched refs:addrSortIndex (Results 1 – 1 of 1) sorted by relevance
149048 int addrSortIndex; /* Address of the OP_SorterOpen or OP_OpenEphemeral */ member149801 pOp = sqlite3VdbeGetOp(v, pSort->addrSortIndex);150232 VdbeOp *pOp = sqlite3VdbeGetOp(v, pSort->addrSortIndex);157216 sSort.addrSortIndex =157222 sSort.addrSortIndex = -1;157251 if( p->iLimit==0 && sSort.addrSortIndex>=0 ){157252 sqlite3VdbeChangeOpcode(v, sSort.addrSortIndex, OP_SorterOpen);157313 if( sSort.addrSortIndex>=0 && sSort.pOrderBy==0 ){157314 sqlite3VdbeChangeToNoop(v, sSort.addrSortIndex);157633 sqlite3VdbeChangeToNoop(v, sSort.addrSortIndex);