Lines Matching refs:nOBSat
70 return pWInfo->nOBSat; in sqlite3WhereIsOrdered()
123 if( pWInfo->nOBSat==0 ) return; in sqlite3WhereMinMaxOptEarlyOut()
5112 pWInfo->nOBSat = pFrom->isOrdered; in wherePathSolver()
5119 if( pWInfo->nOBSat<=0 ){ in wherePathSolver()
5120 pWInfo->nOBSat = 0; in wherePathSolver()
5138 && pWInfo->nOBSat==1 in wherePathSolver()
5145 && pWInfo->nOBSat==pWInfo->pOrderBy->nExpr && nLoop>0 in wherePathSolver()
5252 if( pWInfo->pOrderBy ) pWInfo->nOBSat = pWInfo->pOrderBy->nExpr; in whereShortCut()
5707 memset(&pWInfo->nOBSat, 0, in sqlite3WhereBegin()
5708 offsetof(WhereInfo,sWC) - offsetof(WhereInfo,nOBSat)); in sqlite3WhereBegin()
5734 if( pOrderBy ) pWInfo->nOBSat = pOrderBy->nExpr; in sqlite3WhereBegin()
5884 if( pWInfo->nOBSat>0 ){ in sqlite3WhereBegin()
5885 sqlite3DebugPrintf(" ORDERBY=%d,0x%llx", pWInfo->nOBSat, pWInfo->revMask); in sqlite3WhereBegin()
6147 pWInfo->nOBSat = 0; in sqlite3WhereBegin()