Searched refs:NC_IdxExpr (Results 1 – 1 of 1) sorted by relevance
19215 #define NC_IdxExpr 0x000020 /* True if resolving columns of CREATE INDEX */ macro32814 if( pExpr->op2==NC_IdxExpr ) zOp2 = "NC_IdxExpr"; in sqlite3TreeViewExpr()106271 && (pNC->ncFlags & (NC_IdxExpr|NC_GenCol))==0106546 if( pNC->ncFlags & NC_IdxExpr ) zIn = "index expressions";106558 assert( ((X)&~(NC_IsCheck|NC_PartIdx|NC_IdxExpr|NC_GenCol))==0 ); \106687 testcase( pNC->ncFlags & NC_IdxExpr );106690 NC_IdxExpr|NC_GenCol, 0, pExpr);106793 NC_IdxExpr|NC_PartIdx|NC_GenCol, 0, pExpr);106957 testcase( pNC->ncFlags & NC_IdxExpr );106975 testcase( pNC->ncFlags & NC_IdxExpr );[all …]