Home
last modified time | relevance | path

Searched refs:sqlite3ExprCheckHeight (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dresolve.c1990 if( sqlite3ExprCheckHeight(w.pParse, w.pParse->nHeight) ){ in sqlite3ResolveExprNames()
2032 if( sqlite3ExprCheckHeight(w.pParse, w.pParse->nHeight) ){ in sqlite3ResolveExprListNames()
H A DsqliteInt.h5393 int sqlite3ExprCheckHeight(Parse*, int);
5396 #define sqlite3ExprCheckHeight(x,y) macro
H A Dexpr.c709 int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){ in sqlite3ExprCheckHeight() function
792 sqlite3ExprCheckHeight(pParse, p->nHeight); in sqlite3ExprSetHeightAndFlags()
957 sqlite3ExprCheckHeight(pParse, p->nHeight); in sqlite3PExpr()