Searched defs:bRev (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c656 pWInfo->a[i].bRev = 0;
671 int bRev = 0; local
689 *ppOrderBy, pIdx, nEqCol, &bRev);
697 pWInfo->a[0].bRev = bRev;
836 if( nColumn==pIdx->nColumn || pLevel->bRev ){
845 if( pLevel->bRev ){
1044 if( pLevel->bRev ){
1049 }else if( pLevel->bRev ){
1100 if( pLevel->bRev ){
[all...]
H A DsqliteInt.h814 int bRev; /* Do the scan in the reverse direction */ member in struct:WhereLevel

Completed in 51 milliseconds