Searched defs:sqliteExprCheck (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dexpr.c718 if( sqliteExprCheck(pParse, pE2, 0, 0) ){
826 int sqliteExprCheck(Parse *pParse, Expr *pExpr, int allowAgg, int *pIsAgg){ function
871 nErr = sqliteExprCheck(pParse, pExpr->pList->a[i].pExpr,
899 nErr = sqliteExprCheck(pParse, pExpr->pLeft, allowAgg, pIsAgg);
902 nErr = sqliteExprCheck(pParse, pExpr->pRight, allowAgg, pIsAgg);
909 nErr = sqliteExprCheck(pParse, pE2, allowAgg, pIsAgg);
922 ** The sqliteExprResolveIds() and sqliteExprCheck() routines must have
1548 ** analyzed by sqliteExprResolveIds() and sqliteExprCheck().

Completed in 18 milliseconds