Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A Dwhere.c668 Index *pSortIdx; in sqliteWhereBegin() local
680 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()