Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c237166 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 bDesc
250931 pCsr->bDesc = bDesc = ((idxNum & FTS5_BI_ORDER_DESC) ? 1 : 0);
[all …]
H A Dshell.c11985 int bDesc; /* True if ORDER BY <expr> DESC */ member
12423 pNew->bDesc = pIdxInfo->aOrderBy[i].desc; in expertBestIndex()
12784 if( pCons->bDesc ){ in idxAppendColDefn()