Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c665 Index *pSortIdx; in sqliteWhereBegin() local
677 pSortIdx = 0; in sqliteWhereBegin()
682 pSortIdx = 0; in sqliteWhereBegin()
685 pSortIdx = findSortingIndex(pTab, pTabList->a[0].iCursor, in sqliteWhereBegin()
688 if( pSortIdx && (pIdx==0 || pIdx==pSortIdx) ){ in sqliteWhereBegin()
690 pWInfo->a[0].pIdx = pSortIdx; in sqliteWhereBegin()