Searched refs:pSortIdx (Results 1 – 1 of 1) sorted by relevance
668 Index *pSortIdx; in sqliteWhereBegin() local680 pSortIdx = 0; in sqliteWhereBegin()685 pSortIdx = 0; in sqliteWhereBegin()688 pSortIdx = findSortingIndex(pTab, pTabList->a[0].iCursor, in sqliteWhereBegin()691 if( pSortIdx && (pIdx==0 || pIdx==pSortIdx) ){ in sqliteWhereBegin()693 pWInfo->a[0].pIdx = pSortIdx; in sqliteWhereBegin()