Searched refs:aExpr (Results 1 – 1 of 1) sorted by relevance
401 ExprInfo aExpr[101]; /* The WHERE clause is divided into these expressions */ in sqliteWhereBegin() local414 memset(aExpr, 0, sizeof(aExpr)); in sqliteWhereBegin()415 nExpr = exprSplit(ARRAYSIZE(aExpr), aExpr, pWhere); in sqliteWhereBegin()416 if( nExpr==ARRAYSIZE(aExpr) ){ in sqliteWhereBegin()418 "than %d terms allowed", (int)ARRAYSIZE(aExpr)-1); in sqliteWhereBegin()446 exprAnalyze(&maskSet, &aExpr[i]); in sqliteWhereBegin()455 aExpr[i].prereqRight &= mask; in sqliteWhereBegin()456 aExpr[i].prereqLeft &= mask; in sqliteWhereBegin()457 aExpr[i].prereqAll &= mask; in sqliteWhereBegin()461 aExpr[i].prereqRight &= mask; in sqliteWhereBegin()[all …]