Searched refs:bDesc (Results 1 – 2 of 2) sorted by relevance
237166 assert( bDesc==0 || bDesc==1 );237515 if( (bDesc==0 && iLast>iRowid) || (bDesc && iLast<iRowid) ){237544 if( (bDesc==0 && iLast>iRowid) || (bDesc && iLast<iRowid) ){237686 assert( pExpr->bDesc==0 || pExpr->bDesc==1 );237766 const int bDesc = pExpr->bDesc;238219 p->bDesc = bDesc;244507 if( bDesc ){250477 int bDesc = pCsr->bDesc;250599 int bDesc250931 pCsr->bDesc = bDesc = ((idxNum & FTS5_BI_ORDER_DESC) ? 1 : 0);[all …]
11985 int bDesc; /* True if ORDER BY <expr> DESC */ member12423 pNew->bDesc = pIdxInfo->aOrderBy[i].desc; in expertBestIndex()12784 if( pCons->bDesc ){ in idxAppendColDefn()