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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c668 Index *pSortIdx; local
680 pSortIdx = 0;
685 pSortIdx = 0;
688 pSortIdx = findSortingIndex(pTab, pTabList->a[0].iCursor,
691 if( pSortIdx && (pIdx==0 || pIdx==pSortIdx) ){
693 pWInfo->a[0].pIdx = pSortIdx;

Completed in 57 milliseconds