Searched refs:sqlite3ExprCheckHeight (Results 1 – 3 of 3) sorted by relevance
1990 if( sqlite3ExprCheckHeight(w.pParse, w.pParse->nHeight) ){ in sqlite3ResolveExprNames()2032 if( sqlite3ExprCheckHeight(w.pParse, w.pParse->nHeight) ){ in sqlite3ResolveExprListNames()
5393 int sqlite3ExprCheckHeight(Parse*, int);5396 #define sqlite3ExprCheckHeight(x,y) macro
709 int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){ in sqlite3ExprCheckHeight() function792 sqlite3ExprCheckHeight(pParse, p->nHeight); in sqlite3ExprSetHeightAndFlags()957 sqlite3ExprCheckHeight(pParse, p->nHeight); in sqlite3PExpr()